ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 450 - SAA-C03 discussion

Report
Export

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? (Select THREE.)

A.
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.
Answers
A.
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.
B.
Request a wildcard certificate that matches the domains in AWS Certificate Manager (ACM) in a different Region.
Answers
B.
Request a wildcard certificate that matches the domains in AWS Certificate Manager (ACM) in a different Region.
C.
Create hosted zones for each customer as required in Route 53. Create zone records that point to the API Gateway endpoint.
Answers
C.
Create hosted zones for each customer as required in Route 53. Create zone records that point to the API Gateway endpoint.
D.
Request a wildcard certificate that matches the custom domain name in AWS Certificate Manager (ACM) in the same Region.
Answers
D.
Request a wildcard certificate that matches the custom domain name in AWS Certificate Manager (ACM) in the same Region.
E.
Create multiple API endpoints for each customer in API Gateway.
Answers
E.
Create multiple API endpoints for each customer in API Gateway.
F.
Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS Certificate Manager (ACM).
Answers
F.
Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS Certificate Manager (ACM).
Suggested answer: A, D, F

Explanation:

To provide individual and secure URLs for all customers using an API Gateway REST API, you need to do the following steps:

a) 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. This step will allow you to use a custom domain name for your API instead of the default one generated by API Gateway. A wildcard custom domain name means that you can use any subdomain under your domain name (such as customer1.example.com or customer2.example.com) to access your API. You need to register your domain name with a registrar (such as Route 53 or a third-party registrar) and create a hosted zone in Route 53 for your domain name. You also need to create a record in the hosted zone that points to the API Gateway endpoint using an alias record.

d) Request a wildcard certificate that matches the custom domain name in AWS Certificate Manager (ACM) in the same Region. This step will allow you to secure your API with HTTPS using a certificate issued by ACM. A wildcard certificate means that it can match any subdomain under your domain name (such as *.example.com). You need to request or import a certificate in ACM that matches your custom domain name and verify that you own the domain name. You also need to request the certificate in the same Region as your API.

f) Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS Certificate Manager (ACM). This step will allow you to associate your custom domain name with your API and use the certificate from ACM to enable HTTPS. You need to create a custom domain name in API Gateway for the REST API and specify the certificate ARN from ACM. You also need to create a base path mapping that maps a path from your custom domain name to your API stage.


asked 16/09/2024
Julian Mohabir
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first