EC2 instance using Instance Store

0

If I'm using an Instance Store as the storage for an EC2 instance, where exactly is the operating system stored/residing for that EC2 instance?

질문됨 일 년 전344회 조회
1개 답변
2
수락된 답변

The operating system (which is on the boot volume) is stored on an EBS volume which is different to the instance storage. Instance storage is ephemeral (i.e. temporary) - it's high-speed, local disk attached to the instance; whereas EBS is network-attached storage. You can't boot from instance storage - it's intended as a temporary local disk for your application. More information comparing EBS and instance storage is here: https://aws.amazon.com/premiumsupport/knowledge-center/instance-store-vs-ebs/

profile pictureAWS
전문가
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • Thank you Brettski-AWS. Your explanation is just what the doctor ordered!!!

  • Oh, I did have one more question based on your very nice explanation that made the distinction between local (Instance Store) and network-attached (EBS volume). If I have an EC2 instance running RHEL 8.x, with only one EBS volume attached, what would the device file name be fore the instance store?

  • Check out the documentation on device names - it talks to what it will be.

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

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

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

관련 콘텐츠