
Answer-first summary for fast verification
Answer: Form a Regional API Gateway endpoint linked to the company's domain, import the public certificate into ACM, attach it to the APIs, and create Route 53 DNS records to point to the company's domain.
The correct answer is D. To achieve a secure HTTPS URL using the company's domain name, you need to create a Regional API Gateway endpoint and associate it with the company's domain name. The public certificate linked to the domain name must be imported into AWS Certificate Manager (ACM) in the correct region, which can be used to secure the API Gateway. Finally, create Route 53 DNS records that point to this API Gateway endpoint. This ensures that the entire setup is properly secured and accessible via HTTPS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company utilizes Amazon Route 53 for domain registration and Amazon API Gateway in the ca-central-1 Region to provide a secure, public-facing interface for its microservice APIs. The company seeks to implement HTTPS for third-party API consumption using their domain name. What is the appropriate solution to achieve this?
A
Utilize API Gateway stage variables to overwrite the default URL with the company's domain name and import the corresponding public certificate into AWS Certificate Manager (ACM).
B
Establish Route 53 DNS records for the company's domain, configure an alias to the API Gateway stage endpoint, and import the public certificate into AWS Certificate Manager (ACM).
C
Create a Regional API Gateway endpoint, associate it with the company's domain, import the public certificate into ACM in the same Region, attach the certificate to the endpoint, and set up Route 53 to direct traffic to the API Gateway.
D
Form a Regional API Gateway endpoint linked to the company's domain, import the public certificate into ACM, attach it to the APIs, and create Route 53 DNS records to point to the company's domain.