EBS Flashcards
What does EBS stand for?
Elastic Block Storage
What can EBS volumes be used for?
create a file system, run a database, run an operating system, store data, install applications
What is gp2 for?
boot volumes or development and test applications that are not latency sensitive
What is gp3 good for?
require high performance at low cost such as MySQL, Cassandra, virtual desktops
If somethings requires more than 16000 IOPs, what type of EBS should you think of?
IO1 or IO2
What is IOP?
the standard measure of I/O read and write operations per second.
What is I/O?
input/outut
What are the two kinds of SDD?
gp2/gp3 and io1/io2
What is sc1?
A cold hard disk drive
What is the cheapest EBS option?
sc1
What does throughput measure?
The number of megabits (Mb) per second
If you are looking at data warehousing, data analytics, etc, what should you use?
throughput optimized HDD (st1)
If you are looking at something transactional in nature, what should you use?
Provisioned IOPs SSD (io1/io2)
What is EBS?
a highly available and highly scalable storage volume you can attach to an EC2 instance
What does ETL stand for?
Extract, transform, load
What are the HDD volume options?
throughput optimized HDD (st1) and cold HDD (sc1)
What is a computer’s primary storage?
Memory
How many volumes does an EC2 instance require?
1
What is the root device volume?
The volume that the EC2 instance needs to operate
Where are snapshots stored?
S3
What is a snapshot?
A point-in-time copy of a volume
What does it mean that snapshots are incremental?
Only the data that has changed since your last snapshot are moved to S3.
What is recommended to get a good snapshot? Why is this required?
Stop the instance. Snapshot only captures data that has been written to your EBS volume, which may exclude any data that has been locally cached
If a snapshot is done on an encrypted EBS volume, is the snapshot automatically encrypted as well?
Yes