SAP-C02 · Question #442
SAP-C02 Question #442: Real Exam Question with Answer & Explanation
The correct answer is A: Create an Amazon Elastic File System (Amazon EFS) file system and a mount target for each. Amazon EFS provides shared file storage that is highly available and durable. It is an ideal solution to share files between containers running on multiple instances in a cluster. Mounting an Amazon EFS file system on each subnet provides a shared file system for multiple instanc
Question
A company has an application that runs as a ReplicaSet of multiple pods in an Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster has nodes in multiple Availability Zones. The application generates many small files that must be accessible across all running instances of the application. The company needs to back up the files and retain the backups for 1 year. Which solution will meet these requirements while providing the FASTEST storage performance?
Options
- ACreate an Amazon Elastic File System (Amazon EFS) file system and a mount target for each
- BCreate an Amazon Elastic Block Store (Amazon EBS) volume. Enable the EBS Multi-Attach
- CCreate an Amazon S3 bucket. Configure the ReplicaSet to mount the S3 bucket. Direct the
- DConfigure the ReplicaSet to use the storage available on each of the running application pods to
Explanation
Amazon EFS provides shared file storage that is highly available and durable. It is an ideal solution to share files between containers running on multiple instances in a cluster. Mounting an Amazon EFS file system on each subnet provides a shared file system for multiple instances running in different Availability Zones. Additionally, AWS Backup provides automated backup and recovery of Amazon EFS file systems.
Community Discussion
No community discussion yet for this question.