An enterprise is running a mission-critical transactional database on a cluster of Amazon EC2 instances in a single Availability Zone. The database requires shared block storage that supports SCSI-3 persistent reservations for failover clustering, must sustain a peak workload of IOPS, and requires sub-millisecond latency. Which storage configurations will meet these performance and clustering requirements? (Select TWO.)
- Provision an Amazon EBS io2 volume, enable Multi-Attach, and attach it to the EC2 instances.Answer
- Provision an Amazon FSx for NetApp ONTAP file system and configure iSCSI targets to mount to the EC2 instances.Answer
- CProvision an Amazon EBS gp3 volume, enable Multi-Attach, and attach it to the EC2 instances.
- DProvision an Amazon EFS file system, configure Elastic throughput mode, and mount it to the EC2 instances using the NFSv4 protocol.
- EProvision an Amazon EBS io2 volume, configure a Software RAID 0 array across the EC2 instances, and mount it as a shared cluster volume.
Answer
The correct configurations are provisioning an Amazon EBS io2 volume with Multi-Attach enabled, and provisioning an Amazon FSx for NetApp ONTAP file system using iSCSI mounts.
The correct configurations are using Amazon EBS io2 with Multi-Attach enabled and Amazon FSx for NetApp ONTAP via iSCSI. Amazon EBS io2 supports Multi-Attach and SCSI-3 persistent reservations on Nitro-based EC2 instances while providing up to IOPS and sub-millisecond latency. Amazon FSx for NetApp ONTAP provides high-performance shared storage that supports block storage protocols via iSCSI, including SCSI-3 persistent reservations, and delivers sub-millisecond latency.
Step-by-Step Solution
Key Concept
Selecting high-performance shared block storage that supports SCSI-3 persistent reservations for database clustering.
Estimated Time:2m 0s