在 Amazon Web Service ec2 中,为什么需要 15 分钟才能生成密码?
使用 AWS ec2 时 当我尝试启动 Windows Server 2003 实例时,它给我消息,请等待 15 分钟。实际上密码是在 25 分钟后生成的 为什么会发生这种情况? 请帮忙。
问候, 图沙尔
while using AWS ec2
when i try to launch windows server 2003 instance it give me massage that please wait for 15 min.Actually password generated after 25 min
Why this is happen ?
please help.
Regards,
Tushar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您启动 EC2 实例时,幕后会发生很多事情,主机负载、网络负载和 Windows 本身都会增加单击“启动”和生成密码并准备提取之间所需的时间。
“通常”需要 15 分钟,但我发现虚拟机需要 20-30 分钟才能从冷状态变为可用状态。这是虚拟机运行环境的本质 - 有时只是需要更长的时间。
There's quite a lot going on behind the scenes when you launch an EC2 instance, and host load, network load and Windows itself can all increase the amount of time it takes between clicking 'Launch' and having the password generated and ready for extraction.
15 minutes is the 'usual' amount of time it can take, but I've had VMs take 20-30 minutes to go from cold to ready-to-use. It's the nature of the environment that your VMs run in - sometimes it just takes a bit longer.