
Ultimate access to all questions.
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.