exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

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: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Buruguduystunstugudunstuy
Highly Voted 2 years 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 61 times
t0nx
1 year, 1 month ago
Why the "reveal solution" most of the time gives the wrong answer ?
upvoted 11 times
wharftargo
10 months, 3 weeks ago
i read this before that they can't give 100% of the right answers legally or something
upvoted 9 times
...
...
aadityaravi8
1 year, 6 months ago
google bard reply..
upvoted 4 times
...
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 12 times
...
...
masetromain
Highly Voted 2 years, 2 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_
2 years, 2 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, 5 months 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 2 times
...
...
PaulGa
Most Recent 3 months, 1 week ago
Selected Answer: C
Ans C - as per Buruguduystunstugudunstuy (1 year, 8 months ago) for the reasons therein... Not sure what Ans D is addressing...
upvoted 2 times
...
jatric
5 months, 3 weeks ago
Selected Answer: C
Option C has all the steps to meet the requirenment and attach certificate in the same region
upvoted 2 times
...
ChymKuBoy
6 months, 1 week ago
Selected Answer: C
C for sure
upvoted 2 times
...
awsgeek75
11 months, 2 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
11 months, 3 weeks 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
12 months 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
1 year 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
1 year, 2 months ago
Selected Answer: C
Correct answer
upvoted 1 times
...
Abitek007
1 year, 2 months 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
1 year, 2 months 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
9 months, 1 week 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 3 times
...
...
paniya93
1 year, 2 months ago
Selected Answer: C
Explain why this saying a different region which not mentioned in the Q.
upvoted 1 times
...
Hassaoo
1 year, 3 months 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 3 times
...
Guru4Cloud
1 year, 4 months 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
1 year, 4 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
1 year, 5 months ago
Option C is the correct answer
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago