Storage Flashcards
Currently, a company makes use of EBS snapshots to back up their EBS Volumes. As a part of the business continuity requirement, these snapshots need to be made available in another region. How could this be achieved?
Create Snapshot and copy the snapshot to a new region
An application with a 150 GB relational database runs on an EC2 Instance. While the application is used infrequently with small peaks in the morning and evening, which storage type would be the most cost-effective option for the above requirement?
Amazon EBS General Purpose SSD (gp2 or gp3)
EBS provisioned IOPS is not a good choice because the data is accessed infrequently
EBS Throughput Optimized HDD is not good because the minimum size is 500 GB
Currently, General Purpose SSD (gp2) volume type states a maximum IOPS of 16,000. What block size is this measurement based on?
16KiB I/O Size
Which OS are supported for EFS?
Only Linux
With the same amount of GBs provisioned, which one cost less between a S3 Standard, an EBS gp2 and an EFS?
S3 Standard < EFS < EBS gp2
What is EBS io2 Block Express?
It has 256,000 at 16 KB I/O max IOPS and 4,000 MiB/s, so is the EBS with highest IOPS and throughput.
It also has 99.999% durability, that is better then all the other volume types which have 99.9%
Max IOPS of a gp3 and gp2 volume?
16,000 at 16 KB I/O
250 MiB/s per gp2, 1000 MiB/s per gp3
Max IOPS of a io1 and io2 volume?
64,000 at 16 KB I/O and 1000 MiB/s
A company is creating a new application that will store a large amount of data. The data will be analyzed hourly and modified by several Amazon EC2 Linux instances that are deployed across multiple Availability Zones. The application team believes the amount of space needed will continue to grow for the next 6 months.
What would you use between EFS and EBS io1?
EFS, it can share data between instance and it’s pay per use, it scales on demand
EBS io1 can be multi-attach, but not across different AZs. You also pay more because you have to provision capacity
Can you attach EBS io1 and io2 to multiple EC2 across different AZs?
No, multiattach is available only within a single AZ
What happen to the instance store of an EC2 if the instance is terminated?
The data is lost. The instance store only persists during the lifetime of the instance and the reboots
Minimum volume size and max throughput for HDD?
For st1 (Throughput Optimized HDD): 125 GiB minimum size, 500 MiB/s throughput
For st2 (Cold Storage HDD): 125 GiB minimum size, 250 MiB/s throughput
In which conditions an HDD is more efficient?
ThroughPut Optimized HDD (st1) and Cold HDD (sc1) deliver optimal performance only when I/O operations are large and sequential
Are there data transfer charges for replicating a RDS instance in the same region?
No
Which are the performance modes of EFS?
General Purpose and Max I/O