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 62 discussion

A company is deploying a new public web application to AWS. The application will run behind an Application Load Balancer (ALB). The application needs to be encrypted at the edge with an SSL/TLS certificate that is issued by an external certificate authority (CA). The certificate must be rotated each year before the certificate expires.
What should a solutions architect do to meet these requirements?

  • A. Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
  • B. Use AWS Certificate Manager (ACM) to issue an SSL/TLS certificate. Import the key material from the certificate. Apply the certificate to the ALUse the managed renewal feature to automatically rotate the certificate.
  • C. Use AWS Certificate Manager (ACM) Private Certificate Authority to issue an SSL/TLS certificate from the root CA. Apply the certificate to the ALB. Use the managed renewal feature to automatically rotate the certificate.
  • D. Use AWS Certificate Manager (ACM) to import an SSL/TLS certificate. Apply the certificate to the ALB. Use Amazon EventBridge (Amazon CloudWatch Events) to send a notification when the certificate is nearing expiration. Rotate the certificate manually.
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
Sinaneos
Highly Voted 1 year, 11 months ago
Selected Answer: D
It's a third-party certificate, hence AWS cannot manage renewal automatically. The closest thing you can do is to send a notification to renew the 3rd party certificate.
upvoted 55 times
...
mabotega
Highly Voted 1 year, 10 months ago
Selected Answer: D
It is D, because ACM does not manage the renewal process for imported certificates. You are responsible for monitoring the expiration date of your imported certificates and for renewing them before they expire. Check this question on the link below: Q: What types of certificates can I create and manage with ACM? https://www.amazonaws.cn/en/certificate-manager/faqs/#Managed_renewal_and_deployment
upvoted 21 times
...
PaulGa
Most Recent 1 week, 2 days ago
Selected Answer: D
Ans D - hint: we're importing the certificate "...Use AWS Certificate Manager (ACM) to import an SSL/TLS certificate"
upvoted 1 times
...
Anji195
7 months, 2 weeks ago
Yes it’s D. Here is a clear explanation. Imported certificates – 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 can not renew imported certificates, but it can help you manage the renewal process. You are responsible for monitoring the expiration date of your imported certificates and for renewing them before they expire. You can use ACM CloudWatch metrics to monitor the expiration dates of an imported certificates and import a new third-party certificate to replace an expiring one. https://www.amazonaws.cn/en/certificate-manager/faqs/#Managed_renewal_and_deployment
upvoted 2 times
...
awsgeek75
8 months, 1 week ago
Selected Answer: D
"certificate that is issued by an external certificate authority (CA)" AB will create a new certificate in AWS C will also create a new certificate but this is not what PCA are for *=(https://docs.aws.amazon.com/privateca/latest/userguide/PcaWelcome.html) D: Import the certificate is correct answer
upvoted 1 times
...
1Alpha1
9 months ago
Selected Answer: D
D - "External CA" --> 'Update Manually'
upvoted 1 times
...
xdkonorek2
10 months, 3 weeks ago
Selected Answer: A
internal CA are typically trusted only within the organization unless you manually distribute and trust the root certificate elsewhere external CA: Certificates from a well-known external CA are trusted by most browsers and systems by default https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html "Public certificates that you request through ACM are obtained from Amazon Trust Services, an Amazon managed public certificate authority (CA). ... Any browser, application, or OS that includes the Amazon or Starfield roots will trust public certificates obtained from ACM." The answer is A, different story if they said external certificate
upvoted 2 times
...
Ruffyit
10 months, 4 weeks ago
: What types of certificates can I create and manage with ACM? https://www.amazonaws.cn/en/certificate-manager/faqs/#Managed_renewal_and_deployment
upvoted 1 times
...
est3la21
1 year ago
answer is D
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: D
The key points are: Obtain certificate from external CA, not ACM Import the external certificate into ACM Apply imported certificate to the ALB Set up EventBridge rule to trigger notification on certificate expiration Manually renew and rotate the external certificate each year.
upvoted 2 times
...
miki111
1 year, 2 months ago
Option D is the right answer.
upvoted 2 times
...
cookieMr
1 year, 3 months ago
Selected Answer: D
D: With this approach, you import the third-party certificate into ACM, which allows you to centrally manage and apply it to the ALB. By configuring CloudWatch Events, you can receive notifications when the certificate is close to expiring, prompting you to manually initiate the rotation process. A & B: These options assume that the SSL/TLS certificate can be issued directly by ACM. However, since the requirement specifies that the certificate should be issued by an external certificate authority (CA), this option is not suitable. C: ACM Private Certificate Authority is used when you want to create your own private CA and issue certificates from it. It does not support certificates issued by external CAs. Therefore, this option is not suitable for the given requirement.
upvoted 3 times
...
Router
1 year, 3 months ago
D is correct, since it's an external certificate
upvoted 1 times
...
Bmarodi
1 year, 3 months ago
Selected Answer: D
Option D meets these requirements.
upvoted 1 times
...
Bmarodi
1 year, 4 months ago
Since the external certificate, you can't automate it. Only u can do is getting notefication, and renew it manually, no other way roud.
upvoted 1 times
...
Abrar2022
1 year, 4 months ago
In the question it mentions that it's a third-party certificate. AWS has not got much control of third-party certificates and cannot manage renewal automatically. The closest thing you can do is to send a notification to renew the 3rd party certificate.
upvoted 1 times
...
Rahulbit34
1 year, 4 months ago
EXTERNAL certofocation is the key - Manual rotation is required so Answer is D
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 ...