A financial analytics firm runs a distributed risk-modeling application across a fleet of 80 Linux-based Amazon EC2 instances. The application requires a shared, POSIX-compliant file system with sub-millisecond latencies, capable of handling an aggregate throughput of up to and during peak execution. The data set is updated periodically from an Amazon S3 bucket, and the storage must support automatic replication across multiple Availability Zones to ensure high availability. Which combination of storage solutions and configurations should a solutions architect recommend to meet these requirements? (Select TWO.)
- Deploy an Amazon FSx for NetApp ONTAP Multi-AZ scale-out file system with multiple High Availability (HA) pairs to scale aggregate throughput and IOPS.Cevap
- Mount the shared file system on the EC2 instances using the NFS protocol with the nconnect mount option configured to parallelize TCP connections.Cevap
- CProvision an Amazon EBS io2 Block Express volume with Multi-Attach enabled, and format it with a cluster file system to share it across all 80 instances across multiple Availability Zones.
- DDeploy an Amazon FSx for Lustre scratch file system with a data repository association to Amazon S3, utilizing the Lustre Multi-AZ deployment configuration to automatically replicate files.
- ECreate an Amazon EFS file system configured in Provisioned Throughput mode with EFS Multi-Mount enabled to share block-level volumes across the EC2 instances.
Cevap
Deploy an Amazon FSx for NetApp ONTAP Multi-AZ scale-out file system with multiple High Availability (HA) pairs, and mount it using the NFS protocol with the nconnect option enabled.
Deploying an Amazon FSx for NetApp ONTAP Multi-AZ scale-out file system with multiple High Availability (HA) pairs provides a POSIX-compliant, sub-millisecond latency shared file system that scales up to of throughput and IOPS. Mounting the file system on the Linux EC2 instances using the NFS protocol with the nconnect mount option enables parallelized TCP connections per instance, allowing the fleet to bypass single-connection performance bottlenecks and scale to the required aggregate throughput.
Adım Adım Çözüm
Anahtar Kavram
High-throughput and low-latency shared storage architectures on AWS using Amazon FSx for NetApp ONTAP with client-side performance optimizations.
Tahmini Süre:3m 0s