A financial services firm is deploying a containerized risk analysis platform on Amazon Elastic Kubernetes Service (Amazon EKS) across two Availability Zones. The platform's pods require concurrent, shared read and write access to a persistent storage volume that supports standard POSIX file systems, permissions, and locking. The storage must handle up to during peak processing times, and must scale throughput and capacity automatically without manual provisioning or downtime.
Which of the following configurations should a solutions architect recommend? (Select TWO.)
- Create an Amazon EFS file system configured with Elastic throughput mode and mount it using the Amazon EFS CSI driver.Cevap
- Deploy an Amazon FSx for NetApp ONTAP Multi-AZ file system and mount the volumes using the NFS protocol.Cevap
- CProvision an Amazon EBS gp3 volume, enable Multi-Attach, and mount it to the worker nodes using the Amazon EBS CSI driver.
- DProvision an Amazon EBS io2 volume, enable Multi-Attach, and mount it to the worker nodes across both Availability Zones.
- ECreate an Amazon S3 bucket and mount it as a local file system using the Amazon S3 CSI driver.
Cevap
The correct configurations are to use an Amazon EFS file system configured with Elastic throughput mode mounted via the Amazon EFS CSI driver, and to deploy an Amazon FSx for NetApp ONTAP Multi-AZ file system mounted via NFS.
The correct configurations are the option to use Amazon EFS with Elastic throughput mode and the option to use Amazon FSx for NetApp ONTAP Multi-AZ file system. Amazon EFS is built to scale automatically and supports concurrent access from multiple pods across different Availability Zones with full POSIX compatibility. Amazon FSx for NetApp ONTAP Multi-AZ provides a fully managed shared file system that supports POSIX compliance, NFS access, and scales performance and capacity seamlessly to meet the demand.
Adım Adım Çözüm
Anahtar Kavram
Selecting and configuring shared, POSIX-compliant, high-performing storage solutions (such as Amazon EFS and Amazon FSx) that support concurrent access across multiple Availability Zones and scale automatically.