
Answer-first summary for fast verification
Answer: Set up a Regional API Gateway endpoint with domain association, import the certificate into ACM in the us-east-1 Region, attach the certificate to the APIs, and create Route 53 DNS records for domain resolution.
The correct answer is D. To securely configure a custom domain name with Amazon API Gateway, you need to create a Regional API Gateway endpoint and associate it with your domain name. You must import the public certificate associated with your domain name into AWS Certificate Manager (ACM) in the us-east-1 Region, as API Gateway only supports ACM certificates from us-east-1 for custom domain names. Attach this certificate to the API Gateway APIs, and then create Route 53 DNS records pointing an A record to your company's domain name to route the traffic correctly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a company integrate its domain name with Amazon API Gateway in the ca-central-1 Region to enable secure HTTPS access for third-party API consumers through Amazon Route 53?
A
Utilize API Gateway stage variables to set the Endpoint-URL and import the domain's public certificate into ACM.
B
Configure Route 53 DNS with an alias to the API Gateway stage and import the certificate into ACM in the us-east-1 Region.
C
Establish a Regional API Gateway endpoint with the domain, import the certificate into ACM in the same Region, attach the certificate, and set up Route 53 for traffic routing.
D
Set up a Regional API Gateway endpoint with domain association, import the certificate into ACM in the us-east-1 Region, attach the certificate to the APIs, and create Route 53 DNS records for domain resolution.
No comments yet.