AWS Certified Solutions Architect – Associate (SAA-C03) — Question 965

A company is developing an application in the AWS Cloud. The application's HTTP API contains critical information that is published in Amazon API Gateway. The critical information must be accessible from only a limited set of trusted IP addresses that belong to the company's internal network.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

An Amazon API Gateway resource policy allows you to restrict access by defining allow or deny conditions based on source IP addresses. You cannot attach security groups directly to a public API Gateway endpoint, nor can you deploy an API Gateway directly into a private subnet with a network ACL. Private integrations are designed to route traffic from API Gateway to private VPC resources, not to filter incoming client IP addresses.