Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
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 571 discussion

A company is creating a REST API. The company has strict requirements for the use of TLS. The company requires TLSv1.3 on the API endpoints. The company also requires a specific public third-party certificate authority (CA) to sign the TLS certificate.

Which solution will meet these requirements?

  • A. Use a local machine to create a certificate that is signed by the third-party CImport the certificate into AWS Certificate Manager (ACM). Create an HTTP API in Amazon API Gateway with a custom domain. Configure the custom domain to use the certificate.
  • B. Create a certificate in AWS Certificate Manager (ACM) that is signed by the third-party CA. Create an HTTP API in Amazon API Gateway with a custom domain. Configure the custom domain to use the certificate.
  • C. Use AWS Certificate Manager (ACM) to create a certificate that is signed by the third-party CA. Import the certificate into AWS Certificate Manager (ACM). Create an AWS Lambda function with a Lambda function URL. Configure the Lambda function URL to use the certificate.
  • D. Create a certificate in AWS Certificate Manager (ACM) that is signed by the third-party CA. Create an AWS Lambda function with a Lambda function URL. Configure the Lambda function URL to use the certificate.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
bjexamprep
Highly Voted 1 year, 1 month ago
Selected Answer: A
I don't understand why some many people vote B. In ACM, you can either request certificate from Amazon CA or import an existing certificate. There is no option in ACM that allow you to request a certificate that can be signed by third party CA.
upvoted 17 times
markoniz
1 year, 1 month ago
I fully agree
upvoted 5 times
wsdasdasdqwdaw
11 months, 3 weeks ago
Hmm AWS is saying: ACM certificates can be used to establish secure communications across the internet or within an internal network. You can request a publicly trusted certificate directly from ACM (an "ACM certificate") or import a publicly trusted certificate issued by a third party. Self-signed certificates are also supported. To provision your organization's internal PKI, you can issue ACM certificates signed by a private certificate authority (CA) created and managed by AWS Private CA. The CA may either reside in your account or be shared with you by a different account. https://docs.aws.amazon.com/acm/latest/userguide/gs.html
upvoted 4 times
pentium75
9 months, 2 weeks ago
Exactly. You can "import [not create] a publicly trusted certificate issued by a third party".
upvoted 4 times
...
...
...
...
luiscc
Highly Voted 1 year, 2 months ago
Selected Answer: B
AWS Certificate Manager (ACM) is a service that lets you easily provision, manage, and deploy SSL/TLS certificates for use with AWS services and your internal resources. By creating a certificate in ACM that is signed by the third-party CA, the company can meet its requirement for a specific public third-party CA to sign the TLS certificate.
upvoted 8 times
pentium75
9 months, 2 weeks ago
Sounds like ChatGPT answer, "creating a certificate in ACM that is signed by the third-party CA" is not possible.
upvoted 4 times
...
...
emakid
Most Recent 3 months, 2 weeks ago
Selected Answer: A
A. Use a local machine to create a certificate that is signed by the third-party CA. Import the certificate into AWS Certificate Manager (ACM). Create an HTTP API in Amazon API Gateway with a custom domain. Configure the custom domain to use the certificate. Reason: Custom Certificate: Allows you to use a certificate signed by the third-party CA. TLSv1.3 Support: API Gateway supports TLSv1.3 for custom domains. Configuration: You can import the third-party CA certificate into ACM and configure API Gateway to use this certificate with a custom domain. This approach meets all the specified requirements by allowing the use of a third-party CA-signed certificate and ensuring the API endpoints use TLSv1.3.
upvoted 1 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: A
A is logical answer. BCD are either misworded here or intentionally confusing. Regardless, you cannot create a cert in ACM that is signed by 3rd party CA. You can only import these certs to ACM.
upvoted 3 times
...
Shubhi_08
9 months, 2 weeks ago
Selected Answer: A
We can't create third party certificates in ACM.
upvoted 1 times
...
foha2012
9 months, 2 weeks ago
Is this a question from the associate or professional exam ??
upvoted 2 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: A
ACM can import, but not create, 3rd party certificates. Leaves only A.
upvoted 1 times
...
maged123
10 months ago
Selected Answer: A
You have already a publicly trusted certificate issued by a third party and you just need to import it in ACM not to creat a new one. So, the correct answer is A which is the only one that importing the certificate in ACM while B, C and D are creating a new one.
upvoted 1 times
...
sparun1607
10 months, 2 weeks ago
The answer must be A, You can't create a certificate in ACM, read the below link https://docs.aws.amazon.com/acm/latest/userguide/setup.html
upvoted 1 times
...
numark
10 months, 3 weeks ago
Answer is A: Can I import a third-party certificate and use it with AWS services? Yes. If you want to use a third-party certificate with Amazon CloudFront, Elastic Load Balancing, or Amazon API Gateway, you may import it into ACM using the AWS Management Console, AWS CLI, or ACM APIs. ACM does not manage the renewal process for imported certificates. You can use the AWS Management Console to monitor the expiration dates of an imported certificates and import a new third-party certificate to replace an expiring one.
upvoted 1 times
...
TariqKipkemei
10 months, 4 weeks ago
Selected Answer: A
It's 22/Nov/2023 and from the console you cant create a certificate in AWS Certificate Manager (ACM) that is signed by the third-party CA. But you could obtain it externally then import it into ACM.
upvoted 1 times
...
Tshring
11 months ago
Selected Answer: B
Option B meets these requirements: - API Gateway HTTP APIs support TLS 1.3 - ACM can import certificates signed by third-party CAs - API Gateway provides REST APIs
upvoted 1 times
pentium75
9 months, 2 weeks ago
"ACM can import (!) certificates signed by third-party CA", but not create (!) them as B suggests.
upvoted 1 times
...
...
NickGordon
11 months, 1 week ago
Selected Answer: A
In ACM you can't create a cert signed by another CA. Dude, try it by yourself. There is no such option!
upvoted 1 times
...
chen0305_099
1 year, 1 month ago
WHY NOT A?
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
Use ACM to create a certificate signed by the third-party CA. ACM integrates with external CAs. Create an API Gateway HTTP API with a custom domain name. Configure the custom domain to use the ACM certificate. API Gateway supports configuring custom domains with ACM certificates. This allows serving the API over TLS using the required third-party certificate and TLS 1.3 support.
upvoted 2 times
pentium75
9 months, 2 weeks ago
"ACM integrates with external CAs." no
upvoted 1 times
...
...
taustin2
1 year, 2 months ago
Selected Answer: A
You can provide certificates for your integrated AWS services either by issuing them directly with ACM or by importing third-party certificates into the ACM management system.
upvoted 1 times
...
vini15
1 year, 2 months ago
Should be A. We need to import third-party certificate to ACM.
upvoted 4 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 ...