What is an EBS Volume?
It is a network drive you can attach to your instances while they run
True or False
Will the data in an EBS volume be lost when the instance it is attached to is terminated?
False
Once the an EBS volume has been attached to an instance, the data would be still available after the instance termination if the delete on termination option is not selected.
Can an EBS volume be attached to only one instance at a time?
No, some EBS Volume have the “multi-attach” feature.
What is the limitation of EBS volumes in terms of availability zone?
EBS volume are bound to an specific availability zone.
What is an AMI
AMI stands for Amazon Machine Image and it is a customization of an EC2 instance.
What are the characteristics of an EC2 instance store
What are the different types of EBS volumes?
Which family of EBS volumes support multi-attach?
io1/io2 family
What is a use-case for EBS multi-attach?
High-Availability Database Clusters: EBS Multi-Attach can be used to provide high-availability for database clusters, such as Amazon RDS. By allowing multiple EC2 instances to attach to the same EBS volume, you can ensure that your database remains available even if one or more EC2 instances fail.
How many instances can a multi-attach EBS volume be attached to at once?
16
Which family of EBS volume can be used as a boot volume?
gp2, gp3, oi1, oi2 Block Express
What kind of EBS volume would be better for data that is not frequently accessed?
Cold HDD Volume
What does EFS stand for?
Elastic File System
Main characteristics of EFS
What are the types of Storage Tiers for EFS?
What are the EFS storage types by availability?
Standard: Multi Availability Zone
One Zone: It is compatible with EFS-IA, backup enabled by default.