AWS EC2实例开始时间
有时实例的启动时间超过5分钟.在这种情况下,状态检查将花费4分钟以上. 如何使实例运行不到一分钟,包括检查状态?
Sometimes the starting time of the instance takes more than 5 minutes. In this case, the Status Checks takes more than 4 minutes. How can I make the instance run less than a minute, including checking the status?
You do not need to wait for the Instance Status Check to complete before using an Amazon EC2 instance.
Linux实例通常在启动后 60-90秒准备就绪. Windows实例花费的时间要长得多,这是因为已为sysprep
配置了AMI,这涉及到重新启动.
Linux instances are frequently ready 60-90 seconds after launch. Windows instances take considerably longer because the AMI has been configured for sysprep
, which involves a reboot.
新实例花费的时间更长,因为它们通常在首次启动时运行代码.因此,如果您停止并且实例又后来又启动,实例将很快可用(尤其是Linux实例).
New instances take longer to be ready than existing instances because they typically run code on first startup. So, if you Stop and instance and later Start it again, the instance will be available quite quickly (especially Linux instances).