I'm creating an AMI for a server with 100G files. It's been like an hour and it's still not finished. (The AMI still says pending) Is there something wrong with it? What should I do?
相关问题
- JQ: Select when attribute value exists in a bash a
- How to upgrade/install Upstart deamon version 1.5
- Connecting to Windows Server Service Bus on AWS
- how to get the available capacity of a zone in AWS
- Amazon S3: Grant anonymous access from IP (via buc
相关文章
- I cannot locate production log files on Elastic Be
- AWS - Configuring access to EC2 instance from Bean
- Error: “The security token included in the request
- Ansible Timeout (12s) waiting for privilege escala
- resource:memory error when trying to run an ECS ta
- Spark EC2 SSH connection error SSH return code 255
- GPU based algorithm on AWS Lambda
- AWS S3 access denied when getting image by url
I also noticed snapshots take a long time. I have a simple 10 GB t2.micro instance, and it sat on 0% for about 10 minutes before jumping from 0% to 61% instantly with no time spent in between. Then it sat at 61% for another 10 minutes and finally finished jumping from 61% to 100% instantly.
This answer pertains to a retirement situation where there is potentially a hardware failure for an instance with a EBS root volume. In this situation, AWS recommends creating an AMI of the instance to be retired, and starting a new instance from this AMI. In my situation, the instance was not responding before starting the AMI creation process.
The AMI creation step failed to complete after >8 hours.
I next tried stopping the instance. This also failed to complete in >10 minutes, so I tried force stopping the instance (by issuing the stop command again). The force stop did complete after a few minutes. After the instance was stopped, the AMI creation succeeded in <10 minutes.
This AWS forum message seemed relevant to my case: https://forums.aws.amazon.com/thread.jspa?messageID=372982񛃶
Alright so at this moment this seems like a stupid question. But I was very worried during that time :-)
Just to let other people know, this process could take very, very long. My 100 GB AMI takes like 2.5 hours to create and the progress bar jumps from 0 to 100 directly after that. So don't worry.