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?
What are the 3 EBS Snapshots features?
How to protect retention rules?
With the rule lock settings: lock, unlock.
What is AMI?
What are AMI restricitions?
It is bound to a specific region. (Can be copied across regions).
What are the 3 launch type of EC2 instances?
How to create an AMI?
What is EC2 Instance Store?
a high-performance hardware disk
What is the difference in EC2 Instance Store comapred to EBS Volume?
What are the main EBS Volume Types?
What are the EBS Volume characterizations?
Size | Throughput | IOPS (I/O Ops Per Sec)
What type of EBS Volumes can be used for boot?
gp2, gp2, io1, io2
What are the uses cases of General Purpose SSD Volumes?
What are the uses cases of Provisioned IOPS (PIOPS) SSD Volumes?
*Critical business applications with sustained IOPS performance
* Or applications that need more than 16,000 IOPS
* Great for databases workloads (sensitive to storage perf and consistency)
* Supports EBS Multi-attach