EC2 - Instance Storages Flashcards
What is EBS?
Elastic Block Store
What is an EBS Volume?
Network drive that can be attached to instances.
Does EBS Volume persists data after instance termination?
Yes it does.
How many instance can use 1 EBS volume?
One volume can connect only to one instance.
What are the EBS Volume restrictions?
It is bound to Availability Zones.
Can you have latency with EBS Volumes?
Yes, because they are network attached.
What does Provisioned capacity means for an EBS Volume?
It means and EBS Volume has a fixed size in GBs and IOPS once its created. Billed by the porvisioned capacity.
What is Delete on Termination attribute?
Controls the EBS behaviour when an EC2 instance terminates
* By default, the root EBS volume is deleted (attribute enabled)
* By default, any other attached EBS volume is not deleted (attribute disabled)
What is a typical Delete on Termination attribute use case?
Preserve a root volume after termination.
What is EBS Snapshot?
Its a backup of the volume at a point of time.
Whats the usage of Snapshots?
- Can copy snapshots across AZs
- Backuping data
What are the 3 EBS Snapshots features?
- EBS Snapshot Archive
- cheaper “archive tier”, takes 24 to 72 hours to restore
- Recycle Bin for Snapshots
- setup retention rules for snapshot deletion
- Fast Snapshot Restore (FSR)
- force full initialization of a snapshot to have no latency on the first use $$$
How to protect retention rules?
With the rule lock settings: lock, unlock.
What is AMI?
- Amazon Machine Image
- AMI are a customization of an EC2 instance
What are AMI restricitions?
It is bound to a specific region. (Can be copied across regions).