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?

gefragt vor einem Jahr344 Aufrufe
1 Antwort
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Jahr
profile pictureAWS
EXPERTE
überprüft vor einem Jahr
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen