EC2 Instance Storage Flashcards
What does EBS stand for?
Elastic Block Store
A network drive you can attach to your instances while they run
EBS Volume
What is the EBS Volume’s purpose?
It allows your instance to persist data, even after termination
How many instances can a EBS Volume be mounted to at a time?
One
Are EBS volume’s bounded to specific AZ?
Yes
How should you think of an EBS Volume?
A network USB stick
Are EBS volume’s a physical or network drive?
Network drive
How can you move an EBS Volume across AZ?
Snapshot it
How would you preserve a root volume when an instance is terminated?
Disable delete on termination
A point-in-time copy of your data, and can be used to enable disaster recovery, migrate data across regions and accounts, and improve backup compliance.
EBS Snapshots
Is it necessary for you to detach a volume to do a snapshot?
No but it is recommended
You can copy snapshots across what? (2)
AZ or Region
What powers an EC2 instance?
An AMI
What does AMI stand for?
Amazon Machine Image
What are AMIs?
A customisation of an EC2 instance
Name three types of AMIs.
- Public AMI
- Your Own AMI
- AWS Marketplace AMI
If you need a high-performance hardware disk, what should you use?
EC2 Instance Store
If you do use an EC2 Instance Store what is your responsibility?
Backups and replication
What are the downsides of using EC2 Instance Store?
- If EC2 Instance Store is stopped it’ll lose its storage (ephemeral)
- Risk of data loss if hardware fails
What is EC2 Instance good for?
- Better I/O performance
* Buffer/cache/scratch data/temporary content
The place where your browser stores images, code, and other files to avoid re-downloading them repeatedly.
Cache
Name 6 types of EBS Volumes
gp2/gp3 (SSD)
io1/io2 (SSD)
st1 (HDD)
sc1 (HDD)
Cost effective storage & low latency
What EBS Volume type is this?
gp2/gp3