exam questions

Exam AWS Certified Security - Specialty All Questions

View all questions & answers for the AWS Certified Security - Specialty exam

Exam AWS Certified Security - Specialty topic 1 question 446 discussion

Exam question from Amazon's AWS Certified Security - Specialty
Question #: 446
Topic #: 1
[All AWS Certified Security - Specialty Questions]

A company is using HTTPS for all its public endpoints. A third-party certificate authority (CA) issues the certificates. The company imports the certificates and attaches the certificates to an Elastic Load Balancer or an Amazon CloudFront distribution. The company also is using a third-party DNS hosting provider.

The certificates are near expiration. The company wants to migrate to AWS Certificate Manager (ACM) with automatic renewal. When the company adds the CNAME record during DNS validation, the certificate status changes to Failed.

What is the root cause of this issue?

  • A. DNS validation requires the domain to be hosted on Amazon Route 53.
  • B. Automatic renewal for domain validation requires the domain to be hosted on Amazon Route 53.
  • C. The domain has Certification Authority Authorization (CAA) DNS records that allow only specific certificate authorities.
  • D. DNS validation requires a TXT record instead of a CNAME record.
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
AdamWest
Highly Voted 2 years, 4 months ago
Selected Answer: B
B - If you do not use Amazon Route 53 to manage your public DNS records, contact your DNS provider to find out how to add records. If you lack authority to edit your domain's DNS database, you must use email validation instead. A - DNS validation is not required to be only route53 C - We know nothing about the actual domain. Other than 3rd party. D - Dns validate requires a CNAME record - Confirmed in question 349.
upvoted 7 times
...
YR4591
Most Recent 1 year, 3 months ago
Selected Answer: C
The question asks about dns validation process. Your domain does not have to be in route53 for this.
upvoted 1 times
...
Anuragksslr
1 year, 10 months ago
Selected Answer: A
DNS not with Route53. Validation only happens with active DNS, which is 3rd party
upvoted 1 times
...
Green53
1 year, 10 months ago
Selected Answer: C
I'd have to go with C here. It isn't A, the records just have to exist. See: https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html "If you do not use Amazon Route 53 to manage your public DNS records, contact your DNS provider to find out how to add records." I can't see it being B. Notice we're not trying to automatically renew a certificate, we're trying to issue a new one (the *old* certificates are near expiration). I see nothing on: https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-renewal.html to suggest it requires to be hosted in Route53 (unless you want to click the 'create DNS' option in ACM). We then have D, which is incorrect, see https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html C seems the most plausible, given: https://docs.aws.amazon.com/acm/latest/userguide/dns-renewal-validation.html "ACM sends AWS Health events and Amazon EventBridge events when it cannot automatically validate a domain during renewal (for example, because of the presence of CAA record)"
upvoted 3 times
...
6_8ftwin
1 year, 10 months ago
C If you are not using Route 53 as your DNS provider, you need to manually enter CNAME records provided by ACM into your provider's database, usually through a website. CNAME records are used for a number of purposes, including as redirect mechanisms and as containers for vendor-specific metadata. For ACM, these records allow initial domain ownership validation and ongoing automated certificate renewal. https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html 'C' is the only valid choice
upvoted 1 times
...
pal40sg
1 year, 11 months ago
Selected Answer: B
B: Automatic renewal for domain validation requires the domain to be hosted on Amazon Route 53. When using AWS Certificate Manager (ACM) for automatic renewal, the domain validation process requires the domain to be hosted on Amazon Route 53, which is Amazon Web Services' (AWS) DNS service. This means that the company's DNS hosting provider, which is a third-party provider, is not compatible with the automatic renewal process.
upvoted 1 times
pal40sg
1 year, 11 months ago
Option C, which states that the domain has Certification Authority Authorization (CAA) DNS records that allow only specific certificate authorities, is not the root cause of the issue mentioned in the scenario. While CAA records can restrict which certificate authorities are allowed to issue certificates for a domain, it does not directly relate to the failure of DNS validation when adding a CNAME record. In the given scenario, the problem lies with the requirement for automatic renewal with ACM, which specifically requires the domain to be hosted on Amazon Route 53 (option B). This means that using a third-party DNS hosting provider is not compatible with the automatic renewal process offered by ACM.
upvoted 1 times
...
...
reji07
2 years ago
Selected Answer: C
With DNS validation, you write a CNAME record to your DNS configuration to establish control of your domain name. After you have configured the CNAME record, ACM can automatically renew DNS-validated certificates before they expire, as long as the DNS record has not changed. To make it even easier to validate your domain, ACM can update your DNS configuration for you if you manage your DNS records with Amazon Route 53. If tou are not using Route53 you need to ensure that CNAME record exists for the certificate in the hosted domain
upvoted 1 times
...
c73bf38
2 years, 1 month ago
Selected Answer: A
Documentation is clear on this: It's recommend using DNS validation over email validation for the following reasons: ACM automatically renews DNS-validated certificates for as long as a certificate remains in use and the DNS record is in place. To be renewed, email-validated certificates require an action by the domain owner. ACM begins sending renewal notices 45 days before expiration, using the domain's WHOIS mailbox addresses and five common administrator addressess. The notifications contain a link that the domain owner can click for easy renewal. Once all listed domains are validated, ACM issues a renewed certificate with the same ARN.
upvoted 1 times
c73bf38
2 years, 1 month ago
B is correct as R53 is not required.
upvoted 1 times
...
...
awsguru1998
2 years, 1 month ago
A When using AWS Certificate Manager (ACM) to request and manage SSL/TLS certificates, the DNS validation process requires that the domain be hosted on Amazon Route 53. If the company is using a third-party DNS hosting provider, the CNAME record created during the validation process will not be recognized by ACM, resulting in a validation failure. To resolve this issue, the company can either transfer their domain to Amazon Route 53, or they can use one of the other validation methods supported by ACM, such as email validation or HTTP validation.
upvoted 2 times
...
SergioP
2 years, 2 months ago
why not A?
upvoted 1 times
...
PatrickLi
2 years, 2 months ago
Selected Answer: C
C. There is no requirement the domain name is hosted with R53 whatsoever.
upvoted 2 times
...
Nocky24
2 years, 3 months ago
Selected Answer: C
C out of these choices based on this article: https://aws.amazon.com/premiumsupport/knowledge-center/acm-troubleshoot-caa-errors/ B is incorrect, your zone doesn't need to be in R53 at all for auto renewal, it just needs to be accessible via public DNS: https://docs.aws.amazon.com/acm/latest/userguide/dns-renewal-validation.html
upvoted 2 times
...
jishrajesh
2 years, 3 months ago
Selected b
upvoted 2 times
...
Fyssy
2 years, 4 months ago
Selected Answer: C
This is of of the ways certificate validation can fail. https://aws.amazon.com/premiumsupport/knowledge-center/acm-troubleshoot-caa-errors/ https://aws.amazon.com/blogs/security/easier-certificate-validation-using-dns-with-aws-certificate-manager/
upvoted 4 times
...
kerar
2 years, 4 months ago
Selected Answer: B
Automatic renewal through DNS happens only when you are using R53 to manage your domains. https://repost.aws/questions/QU4uFrU2dDT4u2-Xsglm-qAg/help-i-am-not-technical-my-aws-certificate-manager-acm-was-unable-to-renew-the-certificate-automatically-using-dns-validation-how-can-i-solve-this?sc_ichannel=ha&sc_ilang=en&sc_isite=repost&sc_iplace=hp&sc_icontent=QU4uFrU2dDT4u2-Xsglm-qAg&sc_ipos=7
upvoted 2 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