Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a development team deploy an AWS Lambda function to securely access a relational Amazon Aurora database within a private subnet of VPC1?
A
By creating the Lambda function with VPC1 access and using a single security group SG1 for both the Lambda function and the database, allowing TCP traffic on Port 3306.
B
By launching the Lambda function in a new VPC2 with a public subnet and establishing a peering connection to VPC1.
C
By configuring the Lambda function in VPC1 with security group SG1 and assigning a different security group SG2 to the database, setting an inbound rule in SG1 for Port 3306.
D
By exporting Aurora database data to Amazon S3 and creating a Lambda function in VPC1 to query the data from S3.