Ensure ACM certificates are set to expire within 30 days for cybersecurity controls (Domain 3).
Rule | ACM certificates should be set to expire within 30 days |
Framework | Federal Financial Institutions Examination Council (FFIEC) |
Severity | ✔ Medium |
Rule Description:
According to the Federal Financial Institutions Examination Council (FFIEC) regulations, all ACM (Amazon Certificate Manager) certificates should be set to expire within 30 days for compliance purposes. This rule ensures that certificates issued by ACM for federal financial institutions meet the required security standards and are regularly renewed to prevent any potential security vulnerabilities.
Troubleshooting Steps:
If you encounter any issues or violations regarding ACM certificates expiration for FFIEC compliance, follow these troubleshooting steps:
Verify the expiration date of the ACM certificates:
Check the FFIEC compliance requirements:
Ensure the certificate auto-renewal is enabled:
Validate the certificate deployment and usage:
Contact AWS Support:
Necessary Code:
No specific code is required for this policy. However, the following AWS CLI command can be used to list all ACM certificates and their details:
aws acm list-certificates
This command will provide a list of all ACM certificates associated with your account, including their ARNs, domain names, and expiration dates. It can be helpful to identify certificates that need to be updated to comply with the FFIEC regulations.
Remediation Steps:
To remediate the issue and ensure compliance with FFIEC regulations regarding ACM certificates expiration:
Identify certificates that are not set to expire within 30 days:
Update the expiration date for non-compliant certificates:
Enable auto-renewal for ACM certificates:
Validate the changes:
Retest compliance:
Remember to regularly review and update ACM certificates to maintain compliance with FFIEC regulations and ensure the security of your federal financial institution's infrastructure.