
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.