亚马逊EC2升级问题
我当前的实例是 32 位 Windows 2008 服务器,内存为 613 MB。我创建一个 AMI,然后尝试从该 AMI 启动新实例。我想从该 AMI 创建一个具有(7.5 GB 内存等)的大型实例。但有一个问题。选择是微型、小型和高性能 cpu,最大 1.7 GB RAM。
- 微型 (t1.micro) 最多 2 个 ECU1 Core613 MB
- 小型 (m1.small)1 ECU1 Core1.7GB
- High-CPU 中型 (c1.medium) 5 个 ECU2 Cores1.7 GB...
为什么?我应该怎么办?
My current instance is 32 Bit Windows 2008 server with 613 MB memory. I create an ami and then try to launch new instance from that AMI. I want create an large instance with(7.5 GB Memory etc) from that AMI. But there is a problem. The choices are micro, small and high cpu with max 1.7 GB Ram.
- Micro (t1.micro)Up to 2 ECUs1 Core613 MB
- Small (m1.small)1 ECU1 Core1.7GB
- High-CPU Medium (c1.medium) 5 ECUs2 Cores1.7 GB...
Why? What should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为这里的问题是大型实例仅是 64 位。您不能仅使用 32 位服务器映像启动 64 位虚拟机。
那么该怎么办呢?您需要启动一台新的 64 位计算机,并按照与当前 32 位计算机相同的方式对其进行配置。
I think the issue here is that the large instances are 64 bit only. You can't just spin up a 64 bit virtual machine with a 32 bit server image.
So what to do? You need to start up an new 64 bit machine and configure it in the same way as you currently have you 32 bit machine.
无法从 32 位 AMI 生成 64 位实例。
您需要手动操作,例如“创建 64 位实例并关闭 32 位实例”。
64 bit instances cannot be generated from 32 bit AMI.
You need a manual operation, something like "create a 64 bit instance and turn off a 32 bit instance".