exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 51 discussion

A company is hosting a web application on AWS using a single Amazon EC2 instance that stores user-uploaded documents in an Amazon Elastic Block Store
(Amazon EBS) volume. For better scalability and availability, the company duplicated the architecture and created a second EC2 instance and EBS volume in another Availability Zone, placing both behind an Application Load Balancer. After completing this change, users reported that each time they refreshed the website, they could see one subset of their documents or the other, but never all of the documents at the same time.
What should a solutions architect propose to ensure users see all of their documents at once?

  • A. Copy the data so both EBS volumes contain all the documents.
  • B. Configure the Application Load Balancer to direct a user to the server with the documents.
  • C. Copy the data from both EBS volumes to Amazon Elastic File System (Amazon EFS). Modify the application to save new documents to Amazon Elastic File System (Amazon EFS).
  • D. Configure the Application Load Balancer to send the request to both servers. Return each document from the correct server.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Vibes
Highly Voted 3 years, 8 months ago
Amazon Elastic File System
upvoted 14 times
...
48cd959
Most Recent 1 year, 3 months ago
Selected Answer: C
Ans -C Clue - Data stored in multiple AZs, always EFS
upvoted 1 times
...
Bennie
3 years, 2 months ago
Selected Answer: C
C is the answer cos of concurrency masked in "at the same time"
upvoted 3 times
...
examJack
3 years, 3 months ago
Selected Answer: C
C. https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html
upvoted 2 times
...
Robert_B
3 years, 5 months ago
Selected Answer: C
C - EFS is the solution for EC2 (Linux based) NFS type of storage to have consistent data replication attached to multiple EC2 instances.
upvoted 4 times
...
osel
3 years, 5 months ago
Selected Answer: C
A. Incorrect bcos Technically possible but difficult to enforce synchronous replication of the data. B. Incorrect bcos The issue hsould be related to the fact that not all of the 2 servers having the complete set of docs. C. Correct bcos EFS is a scalable HA File Share Server whereby the 2 EC2 can mount onto to access the same complete set of docs. D. Incorrect bcos ALB only forward client request to only 1 target in the Target Group.
upvoted 3 times
...
Alabi
3 years, 7 months ago
C for sure
upvoted 3 times
...
kiruthiru
3 years, 8 months ago
CCCCCCCcc
upvoted 3 times
...
Sukunachi
3 years, 9 months ago
Correct Answer: C
upvoted 4 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 ...