Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 56 discussion

A company has registered its domain name with Amazon Route 53. The company uses Amazon API Gateway in the ca-central-1 Region as a public interface for its backend microservice APIs. Third-party services consume the APIs securely. The company wants to design its API Gateway URL with the company's domain name and corresponding certificate so that the third-party services can use HTTPS.
Which solution will meet these requirements?

  • A. Create stage variables in API Gateway with Name="Endpoint-URL" and Value="Company Domain Name" to overwrite the default URL. Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM).
  • B. Create Route 53 DNS records with the company's domain name. Point the alias record to the Regional API Gateway stage endpoint. Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM) in the us-east-1 Region.
  • C. Create a Regional API Gateway endpoint. Associate the API Gateway endpoint with the company's domain name. Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM) in the same Region. Attach the certificate to the API Gateway endpoint. Configure Route 53 to route traffic to the API Gateway endpoint.
  • D. Create a Regional API Gateway endpoint. Associate the API Gateway endpoint with the company's domain name. Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM) in the us-east-1 Region. Attach the certificate to the API Gateway APIs. Create Route 53 DNS records with the company's domain name. Point an A record to the company's domain name.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Buruguduystunstugudunstuy
Highly Voted 1 year, 6 months ago
Selected Answer: C
The correct solution to meet these requirements is option C. To design the API Gateway URL with the company's domain name and corresponding certificate, the company needs to do the following: 1. Create a Regional API Gateway endpoint: This will allow the company to create an endpoint that is specific to a region. 2. Associate the API Gateway endpoint with the company's domain name: This will allow the company to use its own domain name for the API Gateway URL. 3. Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM) in the same Region: This will allow the company to use HTTPS for secure communication with its APIs. 4. Attach the certificate to the API Gateway endpoint: This will allow the company to use the certificate for securing the API Gateway URL. 5. Configure Route 53 to route traffic to the API Gateway endpoint: This will allow the company to use Route 53 to route traffic to the API Gateway URL using the company's domain name.
upvoted 51 times
t0nx
7 months, 2 weeks ago
Why the "reveal solution" most of the time gives the wrong answer ?
upvoted 11 times
wharftargo
5 months ago
i read this before that they can't give 100% of the right answers legally or something
upvoted 9 times
...
...
aadityaravi8
1 year ago
google bard reply..
upvoted 4 times
...
Buruguduystunstugudunstuy
1 year, 6 months ago
Option C includes all the necessary steps to meet the requirements, hence it is the correct solution. Options A and D do not include the necessary steps to associate the API Gateway endpoint with the company's domain name and attach the certificate to the endpoint. Option B includes the necessary steps to associate the API Gateway endpoint with the company's domain name and attach the certificate, but it imports the certificate into the us-east-1 Region instead of the ca-central-1 Region where the API Gateway is located.
upvoted 9 times
...
...
masetromain
Highly Voted 1 year, 8 months ago
Selected Answer: C
I think the answer is C. we don't need to attach a certificate in us-east-1, if is not for cloudfront. In our case the target is ca-central-1.
upvoted 33 times
Valero_
1 year, 8 months ago
I think that is C too, the target would be the same Region. https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-regional-api-custom-domain-create.html
upvoted 8 times
...
MutiverseAgent
1 year ago
Agree, C is correct by using the API Gateway option "Custom domain names" https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html
upvoted 1 times
...
...
jatric
Most Recent 4 days, 8 hours ago
Selected Answer: C
Option C has all the steps to meet the requirenment and attach certificate in the same region
upvoted 1 times
...
ChymKuBoy
2 weeks, 5 days ago
Selected Answer: C
C for sure
upvoted 2 times
...
awsgeek75
5 months, 3 weeks ago
Selected Answer: C
BD are wrong because they are in wrong regions. A. Does not help with R53 routing to API Gateway and not sure what it's trying to do here C is correct
upvoted 2 times
...
bujuman
6 months ago
Selected Answer: C
Important For an API Gateway Regional custom domain name, you must request or import the certificate in the same Region as your API.
upvoted 4 times
...
debasishdtta
6 months, 1 week ago
Selected Answer: D
All certificates in ACM are regional resources, including the certificates that you import. To use the same certificate with Elastic Load Balancing load balancers in different AWS Regions, you must import the certificate into each Region where you want to use it. To use a certificate with Amazon CloudFront, you must import it into the US East (N. Virginia) Region. https://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
upvoted 3 times
...
EtherealBagel
7 months ago
Only if the API Gateway is global then the corresponding AWS ACM Certificate must be placed in us-east-1
upvoted 1 times
...
luongtrann
8 months, 2 weeks ago
Selected Answer: C
Correct answer
upvoted 1 times
...
Abitek007
9 months, 1 week ago
Selected Answer: D
A records support Elasticity and load balancing and by default resilience is Key in any configuration in AWS
upvoted 2 times
...
Abitek007
9 months, 1 week ago
now I am confused, I would have chosen C, but with a Closer look D might be right, because of the A records and again the region used and not stated can be for resilience. I think? can someone clarify
upvoted 2 times
OctavioBatera
3 months, 2 weeks ago
I think C is the correct answer, because the DNS record in this case must be an alias (cname). DNS A record is for IP address. Here some documentation that can be useful: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-api-gateway.html
upvoted 1 times
...
...
paniya93
9 months, 1 week ago
Selected Answer: C
Explain why this saying a different region which not mentioned in the Q.
upvoted 1 times
...
Hassaoo
10 months, 1 week ago
c is right The other options have various issues: Option A: Using stage variables and importing certificates into ACM is not sufficient for achieving the requirement of associating a custom domain and certificate with the API Gateway endpoint. Option B: While it mentions importing the certificate into ACM, it doesn't address the need for a Regional API Gateway or the appropriate region for the certificate. Option D: Using certificates from the us-east-1 region for a Regional API Gateway might cause issues. Additionally, it doesn't provide clear details on how to associate the domain name and certificate with the API Gateway endpoint.
upvoted 2 times
...
Guru4Cloud
10 months, 3 weeks ago
Selected Answer: C
C is the correct solution. To use a custom domain name with HTTPS for API Gateway: The API Gateway endpoint needs to be Regional, not private or edge-optimized. The ACM certificate must be requested in the same region as the API Gateway endpoint. The custom domain name is then mapped to the Regional API endpoint under API Gateway domain names. Route 53 is configured to route traffic to the API Gateway regional domain. The ACM certificate is attached to the API Gateway domain name to enable HTTP
upvoted 1 times
...
TariqKipkemei
11 months ago
Selected Answer: C
Import the public certificate associated with the company's domain name into AWS Certificate Manager (ACM) in the same Region.
upvoted 1 times
...
miki111
11 months, 3 weeks ago
Option C is the correct answer
upvoted 1 times
...
cookieMr
1 year ago
Selected Answer: C
Option C encompasses all the necessary steps to design the API Gateway URL with the company's domain name and enable secure HTTPS access using the appropriate certificate. A. This approach does not involve using the company's domain name or a custom certificate. It does not provide a solution for enabling HTTPS access with a corresponding certificate. B. It suggests importing the certificate into ACM in the us-east-1 Region, which may not align with the desired ca-central-1 Region for this scenario. It's important to use ACM in the same Region where API Gateway is deployed to simplify certificate management. D. It suggests importing the certificate into ACM in the us-east-1 Region, which again does not align with the desired ca-central-1 Region. Additionally, it mentions attaching the certificate to API Gateway, which is not necessary for achieving the desired outcome of enabling HTTPS access for the API Gateway endpoint.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in