EC2 - Instance Storage Flashcards
An ______________ is a network drive you can attach to your instances while they run.
EBS (elastic block store) volume
True or false: Elastic block stores can be mount to more than one instance at a time.
False.
EBS volumes are a ____________ that is locked to an ___________ and have a provisioned capacity.
Network drive locked to an availability zone.
The _______________ is ticked by default for the root volume and controls the EBS volume behavior when an EC2 instance terminates.
Delete on termination attribute
What is an EBS snapshot?
An EBS snapshot allows you to make a backup (snapshot) of your EBS volume at any point in time.
True or false: EBS snapshots can be copied across AZ or Region.
True
What is the snapshot archive tier?
The archive tier is a 75% cheaper service that allows snapshots that are not used to be stored for a given amount of time.
The _____________ for EBS snapshots allows you to setup rules to retain deleted snapshots so that you can recover them after an accidental deletion with a period of 1 day to 1 year.
Recycle bin
An ______________ are customization of an EC2 instance that allows you to:
- Add your own software, configuration, operating system, and monitoring
- Allows for faster boot / configuration time because all your software is pre-packaged.
Amazon Machine Image (AMI)
You can launch EC2 instances from _____________, ___________, _____________.
A public AMI, your own AMI, or AWS Marketplace AMI
What is the AMI Process?
Start instance, stop the instance, build an AMI, launch instances from other AMIs
The _______________ is:
- Used to automate the creation of Virtual Machines or container images
- ⇒ Automate the creation, maintenance, validate and test EC2 AMIs
- Can be run on a schedule (weekly, whenever packages are updated, etc…)
- Free service (only pay for the underlying resources)
EC2 Image Builder
Used by images that need high performance, better I/O and are great for buffer / cache / scratch data / temporary content.
Instance store
True or false: Instance stores risk data if hardware fails and backups are your responsibility.
True.
The _______________ is a highly available, scalable, expensive managed network file system that can be mount on 100s of EC2 instances at a time.
Elastic File System (EFS)