Question 303:
Your team is using the AWS CodeBuild service for an application build. As part of Integration testing during the build phase, the application needs to access an RDS instance in a private subnet. How can you ensure that this is possible?
Answer options:
A.Create a NAT Endpoint and ensure the codebuild project configuration is modified with the endpoint information. B.Provide additional VPC-specific configuration information as part of your AWS CodeBuild project. C.Mark the subnet as a public subnet during the time of the Integration tests. D.Use a NAT gateway to relay the requests from AWS CodeBuild to the RDS Instance.