Storage Service Flashcards
What is EBS?
Elastic Block Store is a network drive you can attach to your instance while they run
Can EBS persist data of an instance after the instance was terminated?
Yes, EBS is like an USB-stick
To how many instances can one EBS be mounted at a time?
Only to one instance!
How can you move an EBS to another availability zone?
You can use a snapshot
Can you just attend an EBS from us-east-1a to us-east-1b?
No, EBS are bound to a specific availability zone
What is the reason for latency with EBS?
The communication over the network
What do you know about the capacity of EBS?
- EBS have a provisioned capacity (size in GBs and IOPS)
- you get billed for all provisioned capacity
- you can increase the capacity over time
Do you have to detach the (EBS) volume (from the instance) to do a snapshot?
No, you don’t have to, but it is recommended
When should you use EC2 Instance Store?
Use if high-performance hardware disk is needed (has better I/O performance than EBS
Does EC2 Instance Store persist data?
No, the data is lost when the instance is stopped!
What can you use EC2 Instance Store for?
EC2 Instance Store is good for:
- buffer
- cache
- scratch data
- temporary content
What are the risks of using EC2 Instance Store?
Risk of data loss -> backup and replication are your responsibility
What is EFS?
Elastic File System is a managed network file system that can be mounted on hundreds of EC2
Is EFS bound to an availability zone?
No it can be used in multi-AZs
What is more expensive? EFS or EC2 instance Store?
EFS is more expensive
What can you use EBS for?
You can create portions on it, format it, boot your operating system off it
What does automatically happen when you create an EBS volume in an AZ (to prevent data loss)?
The volume is replicated within that zone
Can you attach multiple volumes to one instance?
Yes, but both must be in the same AZ!
What happens to an EBS attached to an EC2 instance, if this instance is terminated?
The volume will be detached and can be reattached to another instance (enable quick recovery)
What do you know about point-in-time snapshots with EBS?
- Snapshots will be stored in Amazon S3
- Snapshots can be copied across AWS Regions for geographical expansion, data center migration and disaster recovery
What is the volume range for EBS volumes?
1 GiB to 16 TiB (allocated in 1 GiB increments)