EBS, EFS, FSx, and Instance stores Flashcards
What are EBS Volumes?
Elastic Block Store. Storage volumes you can attach to your EC2 instances. Essential a virtual hard disk.
What is a GP2 EBS volume good for?
For Boot volumes or development and test environments not latency sensitive.
What is IO2 EBS volumes good for?
If you have a high performance application such as large Databases
What is ST1 EBS Volume good for?
Frequently accessed and throughput intensive workloads. Such as big data, data warehouse, ETL, and log processing
Can an ST1 be used as a boot volume?
No
What is an SC1 EBS Volume good for?
For cold storage. Low cost low performance.
What is IOPS?
Measures the number of read and write operations per second.
What is Throughtput?
Measures the number of bits read or written per second
Which EBS volume is better for 16,000 IOPS or lower?
GP2 - General Purpose
Which EBS volume is better for over 16,000 IOPS?
IO2 - Provisioned IOPS
What is the lowest cost EBS Volume?
SC1 - Cold Storage
What is the root device volume?
The required EBS volume on an EC2 instance
What is an EBS Snapshot?
Point in time copy of a volume
What do you need to do to make sure an EBS Snapshot is consistent?
Stop the EC2 Instance since some things might still be in RAM
Does an Encrypted EBS Volumes snapshot become encrypted automatically?
Yes
Can you share an EBS snapshot across regions?
No - They will only be shared in the region it was created by default
Can you copy an EBS snapshot to another region?
Yes
Are EBS volumes in the same AZ as your EC2 Instance?
Yes
Can you resize EBS volumes while an EC2 instance is still running?
Yes
Can you switch EBS volume types while an EC2 instance is still running?
Yes
Where are EBS Snapshots stored?
S3
Are EBS Snapshots incremental?
Yes
Can you encrypt an EBS volume when you copy it if it was not encrypted before?
Yes
When encrypting an EBS volume. Is data at rest encrypted?
Yes