2

私の現在のインスタンスは、613 MB のメモリを搭載した 32 ビット Windows 2008 サーバーです。AMI を作成し、その AMI から新しいインスタンスを起動しようとしました。そのAMIから(7.5 GBメモリなど)大きなインスタンスを作成したい。しかし問題がある。選択肢は、最大 1.7 GB RAM のマイクロ、スモール、およびハイ CPU です。

  • Micro (t1.micro)最大 2 個の ECU1 Core613 MB
  • 小 (m1.small)1 ECU1 Core1.7GB
  • ハイ CPU ミディアム (c1.medium) 5 ECUs2 コア1.7 GB...

なんで?私は何をすべきか?

4

2 に答える 2

7

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.

于 2011-05-06T09:38:41.040 に答える
2

32 ビット AMI から 64 ビット インスタンスを生成することはできません。

「64ビットインスタンスを作成して32ビットインスタンスをオフにする」などの手動操作が必要です。

于 2011-05-11T16:06:34.697 に答える