AMI Not Working With g5.2xlarge Instance Type

0

I launched a g5.2xlarge (Windows) instance type about a week ago. I've configured it exactly how I need and used the console to create an image of the server. The server contains only a single 150 GB EBS root volume. The image is created successfully but when I go to launch a second g5.2xlarge instance using this AMI, it shows the following under storage. I'm not sure where the second 450 GB volume is coming from or why I can't remove it.

https://dl.dropboxusercontent.com/s/55fw9zl6aoalxoi/NVIDIA_Share_gvEY7NfSrE.png

When the server is launched, I can see the 150 GB volume (but not the 450 GB one) in Windows but none of the data (files, configs, drivers, etc.) from the original server are there. It just looks like a bare Windows install. Did the data copied to that second invisible volume or something? Basically, all I want is an instance that's identical to the one I've already configured. I've done this successfully in the past but usually with Linux and with different instance types.

Thanks.

1개 답변
1
수락된 답변

The 450GB volume is whats called an instance store volume which is temporary block storage attached directly to the server. When you stop, hibernate, or terminate an instance, every block of storage in the instance store is reset. Here is some AWS documentation that explains it in more detail.

Your data will not have been copied to from the EBS volume to the Instance Store Volume.

I would try two things:

  1. Access the original server and double check all your data is there, then create another AMI (Doco here)
  2. Launch another instance using the newly created AMI (Doco here)
rianbk
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠