2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
How can I retrieve the original instance when it is stopped by AWS?
What do you mean by original instance?
Normally, this event requires stopping and starting the instance to move it to a different physical host.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html#schedevents_actions_retire
https://repost.aws/knowledge-center/ec2-instance-retirement
0
Hi Thanks for replying The Original means the stopped Instance. We need it back to restart and then to revert it. Becaure we didn't do any reschedule or restart befor the ending date. Now the instance has been stopped. We can't restart it . So we need it back or anyway can be helped.
answered 8 months ago
Relevant content
- asked 5 years ago
- Accepted Answerasked a year ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated a year ago
Is your EC2 status "stopped"? In that case, try starting EC2. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#starting-stopping-instances
If you are having trouble starting up, try creating a new EC2 from an EC2 snapshot.