AWS Certified SysOps Administrator SOA-C01 – Question840

A sysops administrator created an AWS Lambda function within a VPC with no access to the Internet. The Lambda function pulls messages from an Amazon SQS queue and stores them in an Amazon RDS instance in the same VPC. After executing the Lambda function, the data is not showing up on the RDS instance.
Which of the following are possible causes for this? (Choose two.)

A.
A VPC endpoint has not been created for Amazon RDS
B. A VPC endpoint has not been created for Amazon SQS
C. The RDS security group is not allowing connections from the Lambda function
D. The subnet associated with the Lambda function does not have an internet gateway attached
E. The subnet associated with the Lambda function has a NAT gateway

Correct Answer: BE