AWS Storage Flashcards
EBS Volumes are locked to an AZ True or False?
True
e.g. An EBS volume of us-east-1a cannot be attached to us-east-ab
When an EC2 instance is terminated, by default the root EBS volume is deleted and any other attached EBS volume is not deleted. True or False ?
True
What does AMI stand for?
Amazon Machine Image
What does an AMI contain?
An AMI contains the software configuration (for example, an operating system, an application server, and applications) required for the creation of EC2 instances. When you launch an instance, you must specify an AMI.
AMIs are categorized by the storage for the root device of an instance launched from the AMI. Name the categories.
EBS backed AMI - created from EBS snapshot
Instance store backed AMI - created from a template stored in S3
What is one good reason why you would create your own AMI?
To pre-install all required software and speed up boot up time
EC2 Instance Store is used for better I/O performance and has ephemeral storage. True or False
True
EC2 Instance store is good for permanent storage and there is no risk of data loss if hardware fails. True or False
False
Local EC2 Instance stores usually has very low read performance compared to writes. (Random Read IOPS vs Write IOPS). True or False
False
e.g
i3.metal has 3.3 million random read IOPS and 1.4 million Write IOPS
What does IOPS stand for?
Input/Output Operations Per Second
Only gp2/gp3 and io1/io2 EBS volume types can be used as boot volumes (root OS is going to be running). True or False
True
What are the characteristics of a General Purpose SSD boot volume type?
General Purpose SSD EBS volume type is generally a cost effective storage, has low-latency and is used as System boot volumes, virtual desktops, development and test environmens.
1 GB - 16 GB
gp3: baseline 3000 IOPS and throughput of 125 MBPS
scaled to 16000 IOPS and 1000 MBPS independently
gp2: small volumes can burse IOPS to 3000
max IOPSis 16000 and size of volume and IOPS are linked
3 IOPS per GB .. so max 5.3 GB
What are the characteristics of a Provisioned IOPS SSD ?
critical business applications with sustained IOPS performance
> 16000 IOPS
great for DB workloads
io1/io2 (4 GB - 16 GB)
io2 Block Express (4 GB - 64 GB) IOPS:GB ratio 1000:1
Supports EBS multi attach
What are the characteristics of a Hard Disk Drive (HDD) EBS volume type?
cannot be a boot volume
125 GB - 16 TB
- Big data, DW, log processing
- 500 MBPS - 500 IOPS
If you want a throughput of over 32000 IOPS which EBS volume type would you choose?
EC2 Nitro instance with io1 or io2