What does EBS stand for?
Elastic Block Store
What is Amazon EBS?
What is an EBS Snapshot?
A snapshot is a point in time copy of a volume
Where are EBS Snapshots stored?
in S3
Suppose you take a snapshot of a volume, then add a new file to a volume, then take a second snapshot. What is stored in the second snapshot?
Can you take a snapshot of an EBS volume while the underlying EC2 instance is running?
Can you create an AMI from an EBS volume?
Yes
Can you create an AMI from an EBS Snapshot?
Yes
Can you change the size of an EBS volume on the fly?
Yes, including the size and storage type
In what Availability Zone is an EBS volume stored?
In the same Availability zone as the EC2 instance to which it is connected
How do you move an EC2 Instance from one Availability Zone to another?
How do you move an EC2 instance from one region to another?
Can an AMI in one region be used to create an EC2 Instance in a different region?
NO
What is EBS Multi-Attach?
Allows you to attach the same EBS Volume to multiple EC2 Instances in the same AZ
ONLY available for io1 and io2 instances
How do you attach an EBS volume in one AZ to a different EBS volume in a different AZ?
You Can’t
EBS volume must be in the same AZ as the EC2 instance to which it is connected
(you can try to use AMIs to create a copy of the EBS volume in a different AZ)
What is EC2 Instance Store?
Physical Hard drive space available on certain EC2 instances. Good for really high performance computing
BUT, if you terminate the EC2 instance, the data is lost
What is the maximum number of EC2 instances that can be attached to the same EBS volume using EBS Multi-Attach?
16
(and remember, they all have to be in the same AZ)