Storage - EBS Flashcards
What is EBS?
Is used for block level storage with EC2 instances
Why would I use EBS?
Well suited for primary storage of file systems, databases or for any applications that require fine granular updates and access to raw, unformatted, block level storage
What the max performance IOPs by volume type from fastest to slowest?
io2 Block Express = 256k
io2 & io1 = 64k
gp2 & gp3 = 16k
st1 (throughput HDD) = 500
sc1 (cold HDD) = 250
What are the six (seven) different types of EBS volumes?
io2 Block Express (in preview) (SSD)
io2 (SSD)
io1 (SSD)
gp3 (SSD)
gp2 (SSD)
st1 (HDD)
sc1 (HDD)
What is the max throughput by volume from greatest to least?
io2 Block Express = 4k MB/s
io2 & io1 = 1k MB/s
gp3 = 1k MB/s
gp2 = 250 k MB/s
st1 (throughput HDD) = 500 MB/s
sc1 (cold HDD) = 250 MB/s
4,750 - 7500 MB/s per instance
List durability from greatest to least by volume type?
io2 Block Express & io2 = 99.999%
io1 , gp3, gp2, st1, sc1 = 99.8 - 99.9%
What are the use cases for io2?
High performance SSD for business critical lantency sensitive applications
What are the use cases for io1?
high performance SSD volume for latency-sensitive transactional workloads
What are the use cases for gp3?
balances price and performance usually slated for virtual desktops, medium sized databases, low-latency interactive apps, dev & test , boot volumes
What are the use cases for gp2?
general purpose SSD for a wide variety of transactional load for use in boot volumes, low latency interactive apps, dev & test
What are the use cases for st1?
low cost HDD for frequently accessed, throughput-sensitive workloads used for big data, data warehouses, and log processing
What are the use cases for sc1?
lowest storage cost, througput oriented, infrequently accessed data for cold data storage.
List volume size by volume type?
io2 & io1 = 4GB - 16TB
gp3 & gp2 = 1GB - 16TB
st1 & sc1 = 1GB - 16TB
What happens when my instance is terminated?
EBS volume can persist independently of the life of the instance. This can be set by selecting “no” for delete on termination.
What is a snapshot?
a back up of EBS data at a point-in-time. Snapshots protect against the unlikely even of a volume failure.