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

A company has registered its domain name with Amazon Route 53. The company uses Amazon API Gateway in the ca-central-1 Region as a public interface for its backend microservice APIs. Third-party services consume the APIs securely. The company wants to design its API Gateway URL with the company's domain name and corresponding certificate so that the third-party services can use HTTPS.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because it properly associates the API Gateway with the company's domain name in the same region and ensures that the public certificate is imported into ACM within the same region, allowing HTTPS traffic. Options A and B do not address the need for a direct association with the domain name and proper regional considerations. Option D incorrectly suggests using the us-east-1 region for the certificate, which is not aligned with the ca-central-1 region where the API Gateway is deployed.