
Answer-first summary for fast verification
Answer: Utilize Amazon S3 for static files and Amazon CloudFront for edge caching., Use Amazon FSx for Windows File Server for server-side code, mounting it on EC2 instances for file sharing.
The correct answers are A and D. Option A suggests storing static files on Amazon S3 and using Amazon CloudFront to cache objects at the edge, which is a best practice for serving static content with low latency and high availability. Option D recommends using Amazon FSx for Windows File Server for server-side code and mounting it on EC2 instances for file sharing, which provides a fully managed native Microsoft Windows file system built on Windows Server. This option ensures compatibility and high availability for Windows-based applications.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A gaming company is migrating its public scoreboard to AWS Cloud, utilizing EC2 Windows Server instances with an Application Load Balancer for its dynamic application. Identify two steps for a solutions architect to implement a highly available storage solution for both static files and dynamic server-side code.
A
Utilize Amazon S3 for static files and Amazon CloudFront for edge caching.
B
Utilize Amazon S3 for static files and Amazon ElastiCache for edge caching.
C
Use Amazon EFS for server-side code, mounting it on EC2 instances for file sharing.
D
Use Amazon FSx for Windows File Server for server-side code, mounting it on EC2 instances for file sharing.
E
Employ a gp2 EBS volume for server-side code, mounting it on EC2 instances for file sharing.
No comments yet.