ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

385 / 474

Question 385:

You have a VPC with a subnet that houses an AWS RDS instance. Your manager has asked you to start monitoring all modifications made to its data by applications. You decide to use a Lambda function to do this. However, you need to allow the function access to the VPC. How will you go about doing this?

Answer options:

A.Create a Role to allow access between Lambda and RDS.
B.Create a Policy and a Role to allow access betweenLambda and RDS.
C.Create a Role toallow access betweenLambda and the subnet.
D.Create a Role toallow access betweenLambda and VPC.