Topic 1 Question 532
3 つ選択A company has a workload in an AWS Region. Customers connect to and access the workload by using an Amazon API Gateway REST API. The company uses Amazon Route 53 as its DNS provider. The company wants to provide individual and secure URLs for all customers.
Which combination of steps will meet these requirements with the MOST operational efficiency?
Register the required domain in a registrar. Create a wildcard custom domain name in a Route 53 hosted zone and record in the zone that points to the API Gateway endpoint.
Request a wildcard certificate that matches the domains in AWS Certificate Manager (ACM) in a different Region.
Create hosted zones for each customer as required in Route 53. Create zone records that point to the API Gateway endpoint.
Request a wildcard certificate that matches the custom domain name in AWS Certificate Manager (ACM) in the same Region.
Create multiple API endpoints for each customer in API Gateway.
Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS Certificate Manager (ACM).
ユーザの投票
コメント(8)
- 正解だと思う選択肢: ADF
The key points:
Using a wildcard domain and certificate avoids managing individual domains/certs per customer. This is more efficient. The domain, hosted zone, and certificate should all be in the same region as the API Gateway REST API for simplicity. Creating multiple API endpoints per customer (Option E) adds complexity and is not required. Option B and C add unnecessary complexity by separating domains, certificates, and hosted zones.
👍 4Guru4Cloud2023/08/22 - 正解だと思う選択肢: ADF
ADF - One to create the custom domain in Route 53 (Amazon DNS) Second to request wildcard certificate from ADM Thirds to import the certificate from ACM.
👍 2alexandercamachop2023/06/07 - 正解だと思う選択肢: ADF
It's ADF
👍 2jkhan24052023/06/11
シャッフルモード