SAA-C03 · Question #548
A company is building a stock trading application in the AWS Cloud. The company requires a highly available solution that provides low-latency access to block storage across multiple Availability Zone
The correct answer is C. Use an Amazon FSx for NetApp ONTAP Multi-AZ file system to access data by using the iSCSI. Amazon FSx for NetApp ONTAP supports Multi-AZ, providing automatic failover between Availability Zones for high availability. It exposes ONTAP LUNs over the iSCSI protocol, delivering shared block storage semantics with low latency and consistent performance to EC2 clients across
Question
A company is building a stock trading application in the AWS Cloud. The company requires a highly available solution that provides low-latency access to block storage across multiple Availability Zones. Which solution will meet this requirement?
Options
- AUse an Amazon S3 bucket and an S3 File Gateway as shared storage for the application.
- BCreate an Amazon EC2 instance in each Availability Zone. Attach a General Purpose SSD (gp3)
- CUse an Amazon FSx for NetApp ONTAP Multi-AZ file system to access data by using the iSCSI
- DCreate an Amazon EC2 instance in each Availability Zone. Attach a Provisioned IOPS SSD (io2)
How the community answered
(31 responses)- A3% (1)
- B10% (3)
- C84% (26)
- D3% (1)
Explanation
Amazon FSx for NetApp ONTAP supports Multi-AZ, providing automatic failover between Availability Zones for high availability. It exposes ONTAP LUNs over the iSCSI protocol, delivering shared block storage semantics with low latency and consistent performance to EC2 clients across AZs. This meets the requirement for "highly available" and "low-latency" block access across multiple AZs. S3/S3 File Gateway (A) is object/file, not block storage. EBS (B, D) provides block storage to a single instance in a single AZ; EBS volumes cannot be shared across instances/AZs, and host-side sync scripts add latency, complexity, and do not provide true HA. FSx for ONTAP natively provides synchronous HA pair replication, fast failover, and supports iSCSI multipathing for resilient, performant access suited to latency-sensitive trading workloads.
Community Discussion
No community discussion yet for this question.