EC2 And Storage Flashcards
(15 cards)
Cite 3 types of EC2 instances based on purpose.
General purpose, CPU optimized and memory optomized
For how much time can I reserve a reserved EC2 instance?
One or three years, no in between
What’s EBS stand for
Elastic Block Store
When I create an EC2 instance what else is crested by default?
An EBS root store and an Elastic IP address.
Give the types of EBS models you know.
Gp2, Gp3, io1, io2, HDD disks.
An EBS store is linked to a particular AZ, true or false?
True
An EBS volume can only be attached to one EC2 instance. True or false. Are there exceptions??
True. Yes, io1 and io2 has a multi attach option.
What’s the storage type that has the max iops ? Do they have limitations.
Instance stores, they are physical disks attached to an EC2 instance, but they are ephemeral and content is lost upon stop.
What’s EFS stands for?
Elastic File Store
EFS works on Windows and Mac, true or false?
False, only linux, POSIX systems with NFS.
Give differences between efs and ebs
EFS can be attached to multiple EC2 instances, and even in multiple AZ.
EFS has multiple storage classes with different prices, give two.
Classic, Infrequent access (IA) and archive. Go play the service dude.
What’s the max number of instances that an EBS io1 or 2 can connect to?
16, for EFS it’s at least 100