
Ultimate access to all questions.
A developer is migrating features from a legacy monolithic application to AWS Lambda. The Amazon Aurora DB cluster used by the application is within a VPC's private subnets. The Lambda functions must securely access this DB cluster without internet exposure. What configuration ensures this?
A
Set DB cluster's public access to Yes.
B
Use an Amazon RDS database proxy for Lambda.
C
Implement a NAT gateway and security group for Lambda.
D
Set up VPC, subnets, and security group for Lambda.