AWS acm medium security documentation change
Summary
Differentiated renewal windows: 45 days for public certificates, 60 days for private certificates. Updated alert intervals.
Security assessment
Shorter renewal window for public certificates improves security posture by accelerating revalidation. Modified alert timing enhances monitoring but doesn't address a specific vulnerability.
Diff
diff --git a/acm/latest/userguide/check-certificate-renewal-status.md b/acm/latest/userguide/check-certificate-renewal-status.md index 4db9fa62f..b66e7eece 100644 --- a//acm/latest/userguide/check-certificate-renewal-status.md +++ b//acm/latest/userguide/check-certificate-renewal-status.md @@ -79 +79 @@ In the response, note the value in the `RenewalStatus` field. If you don't see t -ACM attempts to automatically renew your ACM certificate 60 days prior to expiration. If ACM cannot automatically renew your certificate, it sends certificate renewal event notices to your Health Dashboard at 45 day, 30 day, 15 day, 7 day, 3 day, and 1 day intervals from expiration to inform you that you need to take action. The Health Dashboard is part of the AWS Health service. It requires no setup and can be viewed by any user that is authenticated in your account. For more information, see [AWS Health User Guide](https://docs.aws.amazon.com/health/latest/ug/). +ACM attempts to automatically renew your ACM certificate 45 days prior to expiration for public certificates and 60 days prior for private certificates. If ACM cannot automatically renew your certificate, it sends certificate renewal event notices to your Health Dashboard at 45 day (for private only), 30 day, 15 day, 7 day, 3 day, and 1 day intervals from expiration to inform you that you need to take action. The Health Dashboard is part of the AWS Health service. It requires no setup and can be viewed by any user that is authenticated in your account. For more information, see [AWS Health User Guide](https://docs.aws.amazon.com/health/latest/ug/).