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

A company is planning to migrate an application to AWS. The application runs as a Docker container and uses an NFS version 4 file share.

A solutions architect must design a secure and scalable containerized solution that does not require provisioning or management of the underlying infrastructure.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because using Amazon ECS with Fargate allows for a serverless approach, eliminating the need for infrastructure management, and Amazon EFS provides a fully managed shared file system that works seamlessly with containers. Options B, C, and D involve either using a different storage solution or require management of EC2 instances, which contradicts the requirement for not provisioning or managing the underlying infrastructure.