Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 699 discussion

A company has an application that uses Docker containers in its local data center. The application runs on a container host that stores persistent data in a volume on the host. The container instances use the stored persistent data.

The company wants to move the application to a fully managed service because the company does not want to manage any servers or storage infrastructure.

Which solution will meet these requirements?

  • A. Use Amazon Elastic Kubernetes Service (Amazon EKS) with self-managed nodes. Create an Amazon Elastic Block Store (Amazon EBS) volume attached to an Amazon EC2 instance. Use the EBS volume as a persistent volume mounted in the containers.
  • B. Use Amazon Elastic Container Service (Amazon ECS) with an AWS Fargate launch type. Create an Amazon Elastic File System (Amazon EFS) volume. Add the EFS volume as a persistent storage volume mounted in the containers.
  • C. Use Amazon Elastic Container Service (Amazon ECS) with an AWS Fargate launch type. Create an Amazon S3 bucket. Map the S3 bucket as a persistent storage volume mounted in the containers.
  • D. Use Amazon Elastic Container Service (Amazon ECS) with an Amazon EC2 launch type. Create an Amazon Elastic File System (Amazon EFS) volume. Add the EFS volume as a persistent storage volume mounted in the containers.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Marunio
Highly Voted 8 months ago
Selected Answer: B
Mounting S3 in Fargate is not supported commonly. You'd have to make it manually. EFS is very well supported with Fargate. https://stackoverflow.com/questions/66391791/how-to-mount-s3-bucket-to-ecs-fargate-container https://docs.aws.amazon.com/AmazonECS/latest/bestpracticesguide/storage.html
upvoted 7 times
...
Andy_09
Highly Voted 8 months, 1 week ago
B looks correct
upvoted 5 times
...
waldirlsantos
Most Recent 6 months ago
Selected Answer: B
EFS is listed like a best practice for this cases "ou can use Amazon ECS to run stateful containerized applications at scale by using AWS storage services, such as Amazon EFS, Amazon EBS, or FSx for Windows File Server, that provide data persistence to inherently ephemeral containers. The term data persistence means that the data itself outlasts the process that created it. "
upvoted 1 times
...
MattBJ
7 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
ogerber
7 months, 4 weeks ago
Selected Answer: C
The company does not want to manage any servers or storage infrastructure. I would go with C
upvoted 1 times
MatAlves
4 weeks ago
Both B and C work with AWS launch type. So you have to decide between EFS vs S3. How are you going to MOUNT s3 buckets in the containers?!
upvoted 1 times
MatAlves
4 weeks ago
It's simply not good practice, unless you're confusing S3 with S3 storage gateway.
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...