Elastic Block Storage (EBS) and Elastic File System (EFS) Flashcards
______ is a general purpose SSD.
This is suitable for boot disks and general applications,
gives you up to 16,000 IOPS per volume, and it gives you up to with up to 3 nines (99.9%) durability.
GP2 (General Purpose SSD)
_____ is suitable for high performance applications
and it gives you a predictable 3,000 IOPS baseline performance and 125 megabits per second, regardless of your volume size, with up to 3 nines (99.9%) durability.
GP3 (Provisioned IOPS SSD)
_____ is provisioned IOPS SSD. This is suitable for online transaction processing (OLTP) and latency-sensitive applications. Get up to 50 IOPS per GiB and up to 64,000 IOPS per volume and up to 3 nines (99.9%) durability. It’s high performance, but it’s also the most expensive EBS volume.
IO1 (Provisioned IOPS SSD)
______ is the It’s the latest generation provisioned IOPS volume. It is suitable for online transaction processing (OLTP) and latency-sensitive applications. You get 500 IOPS per GiB and about 64,000 IOPS or up to 64,000 IOPS per volume. With 5 nines durability (99.999) it has the best durability out of any EBS volumes.
IO2 (Provisioned IOPS SSD)
______ is suitable for big data, data warehouses,
extract, transform, and load. The maximum throughput is 500 MBs per second and it cannot be a boot volume but you do get up to 3 nines (99.9%) durability.
ST1 (Throughput optimize hard disc drive)
_______ has a max throughput of 250 MBs
per second per volume. It gives you less frequently accessed data. It cannot be a boot volume,
but it is the lowest cost and it gives you 3 nines (99.9%) durability.
SC1 (Cold HDD)
Volumes exist on _____
whereas snapshots exist on_____.
EBS, S3
_______ are point-in-time photographs of volumes and are incremental in nature.
Snapshots
What is best practice for taking consistent snapshots?
For consistent snapshots, you should stop your instance and detach the volume, that way everything is then saved to disk.
True or False? You can share snapshots between AWS accounts and regions, but first you need to copy that snapshot to the target region.
True.
True or False? You must shut down your instance before resizing EBS volumes or changing volume types.
False. You can resize EBS volumes on the fly as well as changing the volume types.
_________ instance store volumes
are sometimes called ephemeral storage
Instance store volumes
True or False? Instance store volumes cannot be stopped. If the underlying host fails, you are going to lose your data.
True
True or False? Rebooting and instance store volumes will lead to data loss.
False
True or False? EBS volumes are set to keep the root device volume upon instance termination.
False. By default root volumes will be deleted on termination. However, with EBS volumes, you can tell AWS to keep the root device volume.
A(n) _____ is a blueprint for an EC2 instance.
AMI (Amazon Machine Image)
How do you encrypt an unencrypted volume?
- create a snapshot of the unencrypted root device volume.
- Create a copy of that snapshot and select the encrypt option.
- Create an AMI from the encrypted snapshot
- Use that AMI to launch a new encrypted instance