This rule ensures the automatic minor version upgrade feature is enabled for RDS DB instances.
Rule | RDS DB instance automatic minor version upgrade should be enabled |
Framework | Federal Financial Institutions Examination Council (FFIEC) |
Severity | ✔ High |
Rule Description
The rule states that the automatic minor version upgrade feature should be enabled for the RDS DB instance used by the Federal Financial Institutions Examination Council (FFIEC). This ensures that the RDS DB instance stays up-to-date with the latest minor version releases, which often include important security patches, bug fixes, and performance improvements.
Troubleshooting Steps
If the automatic minor version upgrade is not enabled for the RDS DB instance, the following troubleshooting steps can be taken:
Necessary Codes
In this case, enabling the automatic minor version upgrade is a configuration setting in the RDS console or through the AWS Command Line Interface (CLI). No specific code implementation is required for this rule.
However, if you prefer to use AWS CLI for automating the configuration, the following command can be used:
aws rds modify-db-instance \ --db-instance-identifier <db-instance-identifier> \ --auto-minor-version-upgrade \ --apply-immediately
Replace
<db-instance-identifier>
with the actual identifier of the RDS DB instance.Step-by-Step Guide for Remediation
By following these steps, you can ensure that the automatic minor version upgrade is enabled for the RDS DB instance used by the Federal Financial Institutions Examination Council (FFIEC).