Question 122:
A serverless application is being developed using AWS Lambda and Amazon RDS as a database. It is expected that AWS Lambda functions will open a large number of simultaneous connections to the database server. The team would like to reduce the memory and CPU overhead for connection management on the database. What is the optimal solution to this requirement?
Answer options:
A.Upgrade the database to a larger database class. B.Create an RDS Proxy. C.Create an AWS PrivateLink. D.Create an AWS ElastiCache cluster.