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 357 discussion

A gaming company is moving its public scoreboard from a data center to the AWS Cloud. The company uses Amazon EC2 Windows Server instances behind an Application Load Balancer to host its dynamic application. The company needs a highly available storage solution for the application. The application consists of static files and dynamic server-side code.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

  • A. Store the static files on Amazon S3. Use Amazon CloudFront to cache objects at the edge.
  • B. Store the static files on Amazon S3. Use Amazon ElastiCache to cache objects at the edge.
  • C. Store the server-side code on Amazon Elastic File System (Amazon EFS). Mount the EFS volume on each EC2 instance to share the files.
  • D. Store the server-side code on Amazon FSx for Windows File Server. Mount the FSx for Windows File Server volume on each EC2 instance to share the files.
  • E. Store the server-side code on a General Purpose SSD (gp2) Amazon Elastic Block Store (Amazon EBS) volume. Mount the EBS volume on each EC2 instance to share the files.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Steve_4542636
Highly Voted 1 year, 7 months ago
Selected Answer: AD
A because Elasticache, despite being ideal for leaderboards per Amazon, doesn't cache at edge locations. D because FSx has higher performance for low latency needs. https://www.techtarget.com/searchaws/tip/Amazon-FSx-vs-EFS-Compare-the-AWS-file-services "FSx is built for high performance and submillisecond latency using solid-state drive storage volumes. This design enables users to select storage capacity and latency independently. Thus, even a subterabyte file system can have 256 Mbps or higher throughput and support volumes up to 64 TB."
upvoted 6 times
Nel8
1 year, 7 months ago
Just to add, ElastiCache is use in front of AWS database.
upvoted 2 times
...
baba365
1 year ago
Why not EFS?
upvoted 1 times
...
...
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: AD
The reasons are: Storing static files in S3 with CloudFront provides durability, high availability, and low latency by caching at edge locations. FSx for Windows File Server provides a fully managed Windows native file system that can be accessed from the Windows EC2 instances to share server-side code. It is designed for high availability and scales up to 10s of GBPS throughput. EFS and EBS volumes can be attached to a single AZ. FSx and S3 are replicated across AZs for high availability.
upvoted 5 times
...
rodrigoleoncio
Most Recent 4 months, 3 weeks ago
Selected Answer: AD
A because Elasticache doesn't cache at edge locations. D because FSx has higher performance for low latency needs.
upvoted 1 times
...
awsgeek75
9 months ago
The question and options are badly worded. How does (D) storing server side code on a file server makes it executable?
upvoted 2 times
...
4fad2f8
9 months ago
you can't mount efs on windows
upvoted 2 times
...
WherecanIstart
1 year, 7 months ago
Selected Answer: AD
A & D for sure
upvoted 4 times
...
KZM
1 year, 7 months ago
It is obvious that A and D.
upvoted 1 times
...
bdp123
1 year, 7 months ago
Selected Answer: AD
both A and D seem correct
upvoted 1 times
...
NolaHOla
1 year, 7 months ago
A and D seems correct
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 ...