An online multiplayer gaming platform is preparing for a global tournament broadcast. During the broadcast, the concurrent user session count is expected to surge instantly from a steady state of requests per second to over requests per second within a -minute window. The platform's frontend is served by an Application Load Balancer (ALB), and the session metadata is stored in an Amazon Aurora PostgreSQL database. The Solutions Architect needs to optimize the architecture to ensure that the platform can scale to handle the spike without latency degradation or dropped connection requests, while maintaining a caching layer that supports replication. Which TWO actions should the Solutions Architect take to design a performant and scalable solution? (Select TWO.)
- Contact AWS Support to pre-warm the Application Load Balancer (ALB) prior to the tournament broadcast.Answer
- Deploy an Amazon ElastiCache for Redis cluster with Multi-AZ enabled to cache the session metadata.Answer
- CRely on the default auto-scaling behavior of the Application Load Balancer (ALB) to handle the traffic surge.
- DEnable Amazon Aurora Auto Scaling and direct read requests to the database standby instance in the secondary Availability Zone.
- EDeploy an Amazon ElastiCache for Memcached cluster to cache the session metadata, enabling multi-AZ replication.