Question 130:
A solution architect is developing a serverless application consisting of AWS Lambda functions and Amazon Aurora Serverless cluster. What solution would enable the solution architect to establish a connection to the Aurora Serverless cluster from the Lambda function?
Answer options:
A.Connect to the Aurora Serverless public writer-endpoint. B.Create an AWS Lambda Execution Role. C.Configure VPC peering. D.Connect the AWS Lambda function to the private VPC via an elastic network interface.