What is an EBS(Elastic Block Store) volume?
What is a AMI?
What is the AMI process? Or how to create AMI?
What is a EC2 instance Store?
Name different EBS Volumes types
1) gp2/gp3(SSD): General purpose SSD.
> Cost effective storage, low-latency
> System boot volumes, Virtual desktop
> 1 Gig to 16Tib
2) io1/io2(SSD) High performance SSD
> Critical business applications.
> Or applications that need more than 16000 IOPS
> Great for database workloads
3) st1(HDD): Low cost HDD
4) sc1(HDD): Lowest cost HDD.
Note: Only gp2/gp3 and io1/io2 can be used as boot volumes.
What is EBS Multi-Attach?
What is EFS?
EFS - Performance & Storage Classes Options