
Ultimate access to all questions.
An online gaming company is planning to migrate its gaming platform to AWS. The gaming application necessitates high-performance computing (HPC) capabilities and features a frequently updated leaderboard. The current setup includes a Node.js application running on an Ubuntu instance optimized for compute generation, with game state being tracked by an on-premises Redis instance. The company seeks a migration strategy that enhances application performance. Which AWS solution would effectively meet these requirements?
A
Deploy an Auto Scaling group of m5.large Amazon EC2 Spot Instances behind an Application Load Balancer, and utilize an Amazon ElastiCache for Redis cluster to manage the leaderboard.
B
Establish an Auto Scaling group of c5.large Amazon EC2 Spot Instances behind an Application Load Balancer, and employ an Amazon OpenSearch Service cluster to handle the leaderboard.
C
Set up an Auto Scaling group of c5.large Amazon EC2 On-Demand Instances behind an Application Load Balancer, and integrate an Amazon ElastiCache for Redis cluster to maintain the leaderboard.
D
Configure an Auto Scaling group of m5.large Amazon EC2 On-Demand Instances behind an Application Load Balancer, and implement an Amazon DynamoDB table to oversee the leaderboard.