This rule ensures that RDS DB instances have multiple availability zones enabled for better fault tolerance.
Rule | RDS DB instance multiple az should be enabled |
Framework | NIST Cybersecurity Framework (CSF) v1.1 |
Severity | ✔ Low |
Rule Description
To align with the NIST Cybersecurity Framework (CSF) v1, it is recommended to enable Multi-AZ deployment for RDS (Relational Database Service) DB instances in order to enhance availability and reliability.
When Multi-AZ is enabled, RDS automatically replicates your primary database to a standby database in a different Availability Zone (AZ) within the same region. This ensures that in the event of an infrastructure failure, Amazon Web Services (AWS) can automatically failover to the standby database without any manual intervention, thus minimizing downtime and improving fault tolerance.
Troubleshooting Steps (if applicable)
If Multi-AZ is not enabled for your RDS DB instance, follow the steps below to enable it:
Note: Enabling Multi-AZ may incur additional costs, so make sure to review the pricing details before enabling it.
Necessary Codes (if applicable)
No specific codes are required in this case, as enabling Multi-AZ deployment is done through the AWS Management Console.
Step-by-step Guide for Remediation
Follow the steps below to remediate and enable Multi-AZ deployment for an RDS DB instance using the AWS Management Console:
By following these steps, you have successfully enabled Multi-AZ deployment for your RDS DB instance, which aligns with the NIST Cybersecurity Framework (CSF) v1 recommendations.