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?

已提问 1 年前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
专家
已回答 1 年前
profile pictureAWS
专家
已审核 1 年前
  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则