AWS EBS Flashcards
I want to create an EBS volume that spans multiple AZ so that when an AZ fails, the storage is still available, what is my best option here?
EBS volumes do not span AZ’s and you would have to implement some sort of replication at the OS level.
What is the difference between IOPS and throughput to EBS volumes?
The throughput is the quantity of data you can write and read from disk, the IOPS is the number of interactions you can have with the disk.
What would I use the instance store for?
temp data such as buffers, cache and scratch disk
What is the instance store identification?
ephemeral[0-23]
Can you add an instance store after the EC2 instance launches?
No
Can I attach an instance store another EC2 instance?
No, you can think of it as internal to the VM like in the physical world.
If you reboot the instance is the data lost in an instance store?
No
If you terminate or the underlying disk fails, instance stops will the data persist?
No
I need to store data from my application the is tempory, but I need super low latency, what are my options?
Some instance types have NVMe SSD or if acceptable SSD that are local to the physical instance, this is a good option.
Can I detach an EBS volume and attach it to another instance/
Yes
How can I take a quick backup of an EBS volume?
Take a snapshot.
I have a volume and I want to share the dat with another persone in an AWS accouutnmt, what options do I have?
You can take a snapshot of the volume and share the snapahot.
I wnat to migrate a EC2 instance form one region to another, what options do I ahve?
You can take a snapsjhot and copy the snaopshot to another region.
I need to convert and unencrypted volume to an encrypted volume, what options do I have?
You can take a snapshot and when creating a new volume you cna then select encrypt.
Are snapshots incremental or full?
Increemtal.
Where are snapshots stored?
S3 but you do not have direct access
Do I have access to the EBS snapshot in s3
No
I need to stire large amount of block level data on block level device and atatch to a linux oS, this data is not accessed often but theere is a lot of data, what is my lowest cost option?
Create an EBS volume of sc1 (cold HDD).
What are the storage types available in EBS?
GP2 SSD
io1 Provisioned iops
SC1 Cold HDD
What are the storage types available in EBS?
GP2 SSD
io1 Provisioned iops
SC1 Cold HDD
ST1 Through put optimised HDD
I need to store large amounts of data that has high through put like streaming, I need this to be blocklovel, what options do I have?
You can use ST1 (HDD with thigh through put
Whats is th max disk size of io1 ?
Provisioned IOPS max capacity is 64TB
What is max disk size of gp2?
General purpus disk is 16TB
What IOPS do toy get in io1?
For provisoned iOPS disk, the max IOPS is 64K but to get this to the instance you require NITRO hardware for the instance type.
What IOPS do toy get in gp2?
You get a max of 16K
What is the max throughput for GP2?
250 MiB/s
What is the max throughput for io1?
1000 MiB/s