What is the difference between iops and throughput ?
IOPs is the count of reads and writes per second so its a useful metric for low-latency transactional workloads, Throughputs is the actual measurement of read/write bits per second
What are the 4 EBS volume types ? and what are their uses ?
What are volumes ?
Volumes are like virtual hard disks
What is the minimum number of volumes needed per EC2 instance ?
1 this is called the root device volume.
What are snapshots ?
A snapshot is a point in time copy of a volume. A snapshot is a like a photograph of the virtual disk/volume. Snapshots exist on S3
Why does the first snapshot take so long ?
Snapshots are incremental so they alway store the difference between the current snapshot and the last snapshot. Since the first snapshot doesn’t have a snapshot to diff between it takes a long time.
What’s the process for moving a EC2 instance to a different region ?
What are the limitations for sharing snapshots?
You can share snapshots within a region but to uses them in other regions you must first copy them to the new region
What is the locale limitiations for EBS volumes and EC2?
EBS volume must be in the same AZ as the EC2 that uses it.
What is the resizing policy for EBS volumes?
EBS volumes can be resized on the fly without having to stop your EC2 instance but you will need to extend the filesystem in the OS manually
What is the policy for changing EBS volume types?
You can change EBS volume types on the fly without stoping or restarting the instance.
Explain what is meant by EBS end to end encryption ?
How would you make a encrypted EC2 instance from a non encrypted EC2 instance ?
What is EC2 Hibernation?
EC2 hibernation preserves the in-memory RAM on persistent storage (EBS)
What is the benefit of using EC2 hibernation ?
Hibernating EC2 instances boot much faster because they don’t need to reload the operating system
What are the limitations of EC2 hibernation?
Limit of 60 day hibernation
Instance RAM must be less than 150GB
Only available for C,M,R (3,4,5) instance families
Available for On-demand and Reserved instances
Support OS Windows, Amazon linux 2, and Ubuntu
What is EFS?
Elastic File System is managed network file system that uses NFSv4 (Network File System version 4) where you only pay for the storage you use. Can scale up to petabytes and data is stored across multiple AZ’s in a region.
What are 4 characteristics of EFS?
What are the two types of EFS storage and what are their use cases?
What are the storage tiers for EFS?
What is FSx for windows?
Fsx for windows is a windows file server that allows you to move windows-based applications that require file storage to AWS
What is the difference between FSx for windows and EFS?
FSx for windows is designed for windows and supports active directory, security policies and other windows filesystem features, EFS is designed for unix / linux
What is amazon FSx for Lustre ?
When you need high-speed, high-capacity distributed storage. Mainly used for high performance computing applications, machine learning and financial modeling. Can store directly to S3
What is the other name for Instance store storage?
Ephemeral storage