A financial services firm is deploying a high-performance database application on Amazon EC2 instances. The database requires a persistent block storage volume that supports consistent sub-millisecond latency for transactional writes, where data must remain intact even if the instances are stopped. Additionally, the firm needs to create point-in-time backups of this storage that are stored durably across multiple Availability Zones and can be restored as new volumes.
Which two AWS storage options or features should the company select to meet these requirements? (Select TWO.)
- Amazon EBS Provisioned IOPS SSD (io2) volumesAnswer
- Amazon EBS SnapshotsAnswer
- CAmazon EC2 Instance Store
- DAmazon Elastic File System (Amazon EFS)
- EAmazon S3 Standard-Infrequent Access (Amazon S3 Standard-IA)
Answer
Amazon EBS Provisioned IOPS SSD (io2) volumes and Amazon EBS Snapshots
The correct options are the ones recommending Amazon EBS Provisioned IOPS SSD (io2) volumes and Amazon EBS Snapshots. Amazon EBS Provisioned IOPS SSD (io2) volumes provide the required high-performance, persistent block storage with sub-millisecond latency that persists even when the instances are stopped. Amazon EBS Snapshots provide the point-in-time, incremental backups of these volumes that are stored durably across multiple Availability Zones in S3 and can be restored as new EBS volumes.
Step-by-Step Solution
Key Concept
Selecting appropriate persistent block storage and backup solutions on AWS