EC2 Flashcards
What is the maximum number of EC2 instances that can be attached to a EBS Multi-Attach volume (io family)
16
What is EBS Multi-Attach?
A feature that lets you attach one io1 or io2 EBS volume to multiple EC2 instances in the same availability zone
Can you use EBS Multi-Attach to attach volumes across availability zones?
No
What is the EBS Instance Store?
Short-lived (ephemeral) storage available on the same host as a running EC2 instance. Ideal for cached data or scratch areas.
What is an AMI?
Amazon Machine Image
What EBS volume type has the highest performance?
io1 & io2 block express
What is the general purpose SSD EBS volume type?
gp2 & gp3
What EBS volume type is best for less frequently accessed data?
sc1 (HDD)
What EBS volume types can be used as boot volumes?
gp2, gp3, io1 & io2 (any SSD)
What is the best EBS volume type for database workloads that require high performance?
io1 or io2
What is EFS?
Elastic File System - managed network file system that can be mounted on many EC2 instances across availability zones. Is about 3x more expensive than gp3
What is a use case of EFS?
Content management, web serving, data sharing
How is access to an EFS managed?
A security group
What operating systems can EFS be used with?
Linux based only
What are the two main storage tiers for EFS?
Standard (for frequently accessed files) and Infrequent Access. A policy can be created to automatically move files to the IA tier to help save money