AWS Certified Solutions Architect – Professional (SAP-C02) — Question 172

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?

Answer options

Correct answer: A

Explanation

The correct answer is A because Amazon EFS provides a shared file system that can be accessed simultaneously by multiple pods, ensuring fast storage performance and accessibility for the application. Options B and D do not offer the same level of accessibility and performance across multiple pods, while option C, although viable for storage, lacks the performance characteristics needed for the application's requirements.