This rule ensures that RDS DB instances have multiple AZ enabled for improved resilience and availability.
Rule | RDS DB instance multiple az should be enabled |
Framework | Federal Financial Institutions Examination Council (FFIEC) |
Severity | ✔ Low |
Rule Description:
The rule states that for Federal Financial Institutions Examination Council (FFIEC) compliance, the RDS (Relational Database Service) DB instance in AWS should have multiple Availability Zones (AZs) enabled. This means that the DB instance should be replicated across different AZs to ensure high availability and fault tolerance.
Enabling multiple AZs ensures that if one AZ becomes unavailable due to maintenance, outage, or any other reason, the DB instance can still remain operational by failing over to the replica in another AZ. This helps to minimize downtime and maintain the availability of the database for FFIEC compliance.
Troubleshooting Steps:
Remediation Steps:
To enable multiple AZs for the RDS DB instance:
Please note that enabling multi-AZ deployment may incur additional costs. Make sure to review the pricing details before applying any changes.
Additional Information: