- Newest
- Most votes
- Most comments
Asides from the email delivery issue you highlighted, Email-validated ACM certificates require manual intervention to get them renewed. This is why the AWS recommended validation method is DNS Validation [1].
With DNS Validation, you don't have to worry about emails being delivered or not. All you need do is insert a validation CNAME provided by ACM to your DNS database and the certificate will be validated and automatically renewed as long as it is in use [2] (i.e associated with one of the supported services) and all these other conditions stated here [3] are met.
[1] DNS validation https://docs.aws.amazon.com/acm/latest/userguide/dns-validation.html
[2] Services integrated with AWS Certificate Manager https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html
[3] Managed renewal for ACM certificates https://docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 7 months ago