SAA-C03 · Question #481
A company runs a workload in an AWS Region. Users connect to the workload by using an Amazon API Gateway REST API. The company uses Amazon Route 53 as its DNS provider and has created a Route 53 Hoste
The correct answer is A. Create a wildcard custom domain name in the Route 53 hosted zone as an alias for the API D. Use AWS Certificate Manager (ACM) to request a wildcard certificate that matches the custom F. Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS. To provide unique, secure URLs efficiently: A: Create a wildcard custom domain in Route 53 as an alias for the API Gateway endpoint. D: Request a wildcard certificate in ACM in the same Region as API Gateway (certificates must be in the same Region as the API). F: Create a custom
Question
A company runs a workload in an AWS Region. Users connect to the workload by using an Amazon API Gateway REST API. The company uses Amazon Route 53 as its DNS provider and has created a Route 53 Hosted Zone. The company wants to provide unique and secure URLs for all workload users. Which combination of steps will meet these requirements with the MOST operational efficiency? (Select THREE.)
Options
- ACreate a wildcard custom domain name in the Route 53 hosted zone as an alias for the API
- BUse AWS Certificate Manager (ACM) to request a wildcard certificate that matches the custom
- CCreate a hosted zone for each user in Route 53. Create zone records that point to the API
- DUse AWS Certificate Manager (ACM) to request a wildcard certificate that matches the custom
- EUse API Gateway to create multiple API endpoints for each user.
- FCreate a custom domain name in API Gateway for the REST API. Import the certificate from AWS
How the community answered
(45 responses)- A56% (25)
- B11% (5)
- C7% (3)
- E27% (12)
Explanation
To provide unique, secure URLs efficiently: A: Create a wildcard custom domain in Route 53 as an alias for the API Gateway endpoint. D: Request a wildcard certificate in ACM in the same Region as API Gateway (certificates must be in the same Region as the API). F: Create a custom domain name in API Gateway and attach the certificate. "You can configure a custom domain name for your API Gateway API. To use a wildcard certificate, request it from ACM in the same Region as your API." This combination provides secure wildcard URLs without creating separate endpoints or hosted
Community Discussion
No community discussion yet for this question.