What is EBS?
Elastic Block Store - Volume is a network drive you can attach to your instances while they run
What is the advantaged of EBS?
It allows your instances to persist data, even after their termination
At EBS:
What do you have to pay for?
What happens if you require additional disk space?
You get billed for all the provisioned capacity
You can increase the capacity of the drive over time
What will happen by default when you terminate your EC2 instance for the root or other attached volume?
What are EBS Snapshots?
What is AMI
Amazon Machine Image
A customization of an EC2 instance
• You add your own software, configuration, operating system, monitoring…
• Faster boot / configuration time because all your software is pre-packaged
AMI are built for a specific region (and can be copied across regions)
From where You can launch EC2 instances?
You can launch EC2 instances from:
• A Public AMI: AWS provided
• Your own AMI: you make and maintain them yourself
• An AWS Marketplace AMI: an AMI someone else made (and potentially sells)
What is the AMI Process - from an EC2 instance(4 steps)?
What to do if you need a high-performance hardware disk? Why?
If you need a high-performance hardware disk, use EC2 Instance Store
6 types of EBS volumes:
EBS Volumes come in 6 types
• EBS Volumes are characterized in Size | Throughput | IOPS (I/O Ops Per Sec)
• When in doubt always consult the AWS documentation – it’s good!
!!Only gp2/gp3 and io1/io2 can be used as boot volumes!!
What is EBS Multi-Attach?
What are the use case for EBS multi attach?
What can you do when you have EBS Encryption?
How to encrypt an unencrypted EBS volume in four steps?
What is EFS?
Elastic File Service
What can be use case for amazon EFS?
Use cases: content management, web serving, data sharing, Wordpress
Is EFS compatible with windows based AMI?
Compatible with Linux based AMI (not Windows)