ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

630 / 690

Question 630:

You must create a REST API using AWS API Gateway with Lambda as backend system and Oracle RDS instance as database. You have created API methods, Lambda function code and spun up Oracle RDS instance in a private VPC with no Internet Gateway. When you are trying to connect to the RDS instance from your Lambda, the connection getting failed. What could be the reason? (choose 2 options)

Answer options:

A.Lambda execution role does not have policy to access RDS instance.
B.Lambda function is running in “no VPC” network mode.
C.RDS instance security group is not allowing connections from Lambda subnet range.
D.RDS instance is not configured as destination in Lambda setup.