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.
Name the four types of EBS volumes.
Name the instance families that allows EC2 hibernation.
Name the two types of EBS volumes that cannot be used as boot volumes.
Name the types of Cold HDD EBS volumes.
Name the types of General Purpose SSD EBS volumes.
Name the types of Provisioned IOPS SSD EBS volumes.
Name the types of Throughput Optimized HDD EBS volumes.
Name the use cases in which EFS would be recommended.
What are Cold HDD EBS volumes generally used for?
They are a good choice for cold data requiring fewer scans per day (e.g. file server, for lowest cost where performance is not a factor), but cannot be a boot volume.