
Ultimate access to all questions.
A company uses an Amazon RDS MySQL instance with serverless applications as the primary source of database connections. The demand fluctuates, leading to occasional connection rejection errors during peak times. What is the solution with minimal operational overhead to address this?
A
Implement RDS Proxy and reconfigure applications to route through it.
B
Introduce Amazon ElastiCache for Memcached to sit between applications and the DB instance.
C
Upgrade to a DB instance class with higher I/O performance and update application configurations accordingly.
D
Set up Multi-AZ for the DB instance and manage application switching between instances.