내용으로 건너뛰기

My amazon aws ec2 instance disappeared or got replaced

0

Hello, up to few days ago i had a t3.xlarge instance at Stoccolma that i started every now and then... suddently today when i tried to start it, i saw that my instance had no name and its type was changed to t3.micro. Its operative system was also changed from windows to Linux. What happened? Has anyone entered my account and deleted my instance? Can you please help me restore it as it was ? I tried to enter this linux machine and i saw its empty, there is nothing in it, there is no sign of my old t3.xlarge. I have received no infos via mail from amazon.

질문됨 2년 전1.4천회 조회
1개 답변
1
수락된 답변

Hello.

Is it possible to find the event in which that EC2 instance was created from CloudTrail's event history?
You should be able to find a "RunInstances" event in CloudTrail's event history if it was created within the last 90 days.
I think the event also includes information such as which IAM user created it.
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/view-cloudtrail-events-console.html
a

You can also search for EC2 deletion events using the "TerminateInstances" event.
a

If these operations are being performed by a user you do not know, there is a possibility that unauthorized access is being performed, so please delete the IAM user in question.
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deleting

Or please deactivate the IAM user.
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_manage.html#id_users_deactivating

You may be looking at a different region, so try searching for EC2 in global view from the URL below.
https://us-east-1.console.aws.amazon.com/ec2globalview/home?region=us-east-1#

If EC2 has been deleted, if a backup of EC2 such as a snapshot remains, it is possible to restore data up to the time period when the snapshot was created.
However, please note that you will not be able to restore if there are no snapshots left.
https://docs.aws.amazon.com/prescriptive-guidance/latest/backup-recovery/restore.html

전문가
답변함 2년 전
AWS
전문가
검토됨 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠