EC2 - AMI Types (EBS vs Instance Store) Flashcards
select your AMI based on…
Region, OS, Architecture, Launch Permissions, Storage for the Root Device
Instance Store is also known as
Ephemeral Storage
EBS
Persistent Storage, fast provisioning times, more durability
Can you attach EBS volumes after launching an instance?
Yes
Can you attach instance store volumes after launching an instance?
No, but you can attach them before launching
Can instances with instance stores be stopped?
No, only reboot or terminate
Root device for EBS volume is created from
an EBS snapshot
Root device for instance store volume created from
a template stored in S3
Can you detach instance store volumes?
No
Which takes longer to provision, EBS or instance store?
Instance store
Can Instance store volumes be of any instance type?
No, there are limits on instance families
On an instance store volume, what happens if the host fails?
instance data is gone
What happens if you reboot both volume types?
You will not lose your data
Can volumes be stopped?
EBS - Yes
Instance store - No
Will root volumes be deleted on termination by default?
Yes. With EBS, you can tell AWS to keep the root volume