Elastic Block Storage (EBS) Flashcards
At its most basic, explain what EBS service is.
It provisions storage volumes you can attach to EC2 instances, but only within the same AZ as the instance.
At its most basic, explain what EFS is.
Amazon Elastic File System, a managed NFS (network file system) that can be mounted on many EC2 instances in multiple AZs.
Can you attach an EBS volume to an EC2 instance in another AZ or region?
No, your EBS volumes will always be located in the same AZ as the EC2 instance to which it is attached.
Does EBS encryption have impact on latency?
No, there is minimal impact on latency.
Explain how highly available the EFS service is.
Data is stored across multiple AZs within a region.
For a scenario that is talking about processing massive amounts of datasets with hundreds of gigabytes per second of throughput, or you need millions of IOPS and sub-second latencies, what AWS storage service would you recommend?
Amazon FSx for Lustre
How do you copy an EBS volume to another region?
Take a snapshot of the volume and then copy the snapshot to another region.
How do you pay for EFS?
You pay for the storage you use (no pre-provisioning required).
How is FSx for Windows different from EFS?
FSx for Windows is a managed Windows server that runs Windows Server Block Message (SMB-based) file services and it supports AD users, access control lists, groups and security policies along with Distributed File System (DFS) namespaces and replication.
EFS is a managed NAS file system for EC2 instances based on Network File System (NFS) version 4, which is one of the first network file sharing protocols native to Unix and Linux.
How long can an EC2 instance be hibernated?
Up to 60 days
If you have an application that requires highly scalable secure storage using NFS, what AWS service would you recommend?
EFS (Elastic File System)
In a scenario where you are migrating Sharepoint and you need shared storage, what AWS service would you recommend?
FSx for Windows
Must you stop an EC2 instance before changing the type of an EBS volume that is attached?
No, you can change volume types on the fly.
Must you stop an EC2 instance before resizing the EBS volume?
No, they can be resized on the fly.
Name the characteristics of an EBS Snapshot.
- Point in time
- Incremental (only the data that has changed since the last snapshot are stored)
Name the four types of EBS volumes.
- General Purpose SSD (up to 16,000 IOPS per volume)
- Provisioned IOPS SSD (for OTLP and latency sensitive applications, up to 64,000 IOPS per volume)
- Throughput Optimized HDD (big data, data warehouse, ETL)
- Cold HDD (less frequently accessed data)
Name the instance families that allows EC2 hibernation.
- C3, C4 and C5
- M2, M4 and M5
- R3, R4 and R5
Name the two types of EBS volumes that cannot be used as boot volumes.
- Throughput Optimized HDD (st1)
- Cold HDD (sc1)
Name the types of Cold HDD EBS volumes.
- sc1
Name the types of General Purpose SSD EBS volumes.
- gp2
- gp3 (four times faster than gp2)
Name the types of Provisioned IOPS SSD EBS volumes.
- io1
- io2 (latest generation)