What is EBS Volume?
Elastic Block Store
What does EBS do?
A network drive you can attach to your instances while they run
Why use EBS?
Allow your instances to persist data, even after their termination
How many instances can an EBS be mounted to?
One instance at a time
They are bound to a specific availability zone?
True
Can be attached to more then one instance?
Only after detaching from one can it be connected to another. Can be done quickly.
How can they be moved across zone?
Take a snapshot, restore snapshot to another AZ
Why do you need to provision capacity?
You get billed for that provision capacity. Capacity can be increased over time
You can attacked two EBS Volumes to one instance?
True
EBS Volumes can be left unattached an attached on demand?
True
By default, what happens a EBS when an ECS instance terminates?
The root EBS Volume is deleted
&
Any other attached EBS Volume is not deleted
What is a “snapshot”?
Make a backup (snapshot) of your EBS volume at a point in time
It necessary to detach volume to do a “snapshot”.
False. But it is recommended
What are 3 snapshot features?
What does “EBS Snapshot Archive” do?
What does “Recycle Bin for EBS Snapshots” do?
What does “Takes within 24 to 72 hours for restoring the archive” do?
What is AMI?
Amazon machine image
What does AMI do?
Customization of an EC2 instance
What is the purpose of AMI?
AMI are built (unique) for specific region?
True but can be copied across regions.
3 different kinds of AMIs?
Where can you launch EC2 instances from?
AMIs
AMI Process (from an EC2 instance)