EBS - Elastic Block Storage Flashcards
What is an EBS?
An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they run. It allows your instances to persist data
Are EBS volumes reusable?
Yes, you can detach it and attach it to another instance
How does an EBS communicate to the instance?
using the network, which means there might be a bit of latency
Are EBS multi AZ?
no
How can I move an EBS volume across AZs?
creating a snapshot of it
What are the EBS provisioned capacity elements?
size in GBs and IOPS
How you get billed for an EBS?
for the provisioned capacity
Can you increase an EBS capacity?
yes, over time
What are the EBS Volume Types?
- GP2
- IO1
- ST1
- SC1
Which are SSD EBS Volume types?
GP2 and IO1
What is the definition for EBS GP2?
General Purpose SSD: volume that balances price and performance for a wide variety of workloads
What is the definition for EBS IO1?
Provisioned IOPS: Highest-performance SSD volume for mission-critical low-latency or high-throughput workloads
What is the definition for EBS ST1?
Throughput Optimized: Low cost HDD volume designed for frequently accessed, throughput-intensive workloads
What is the definition for EBS SC1?
Cold HDD, Infrequently accessed data: Lowest cost HDD volume designed for less frequently accessed workloads
What EBS volumes can be used as boot volumes?
GP2 and IO1
When you shoud not run EBS Snapshots?
while your application is handling a lot of traffic because they use IO
Where are EBS snapshots stored?
In S3, but you won’t’ directly see them
It is necessary to detach EBS volume to create snapshot?
No, but recommended