EC2 Instance Storage Flashcards
What is an EBS Volume?
An Elastic Block Store Volume is a network drive you can attach to your instances while they run. Think of as a network USB stick
How many instances can an EBS Volume be mounted to at a time?
One (at the CCP level)
Though technically with EBS Multi-Attach you can attach to multiple but this is out of scope for cloud pract. exam
What do EBS Volumes let you do?
Allow your instances to persist data, even after their termination
Are EBS Volumes bound to a specific availability zone?
Yes
Is there latency when using EBS Volume?
Yes, since it uses the network to communicate the instance.
EBS Volumes take a long time to detach from one EC2 instance and attach to another?
No, they can do so very quickly
Can an EBS Volume in us-east-1 be attached to us-east-1b?
No, they are locked to an AZ
How are you billed for EBS Volume?
Billed for all the provisioned capacity (size in GBs, and IOPS)
What are IOPS?
A unit of measure representing input/output operations per second.
Can EBS Volumes be unattached to an EC2 Instance?
Yes
What is Delete on Termination attribute for EBS Volumes?
Controls the EBS behavior when an EC2 instance terminates. By default the root EBS volume is deleted and all others are not deleted. If not deleted you can preserve info after instance is gone.
What is EBS Snapshots?
A backup of your EBS Volume
Is it necessary to detach volume to do a snapshot?
No, but it is recommended
Can you copy a snapshot across AZ or region?
Yes
What does AMI stand for?
Amazon Machine Image
What is an Amazon Machine Image?
Ready-to-ouse EC2 instances with our customizations
Are AMIs built for a specific region?
Yes, and they can be copied across regions