MEDIUM
Source
CloudSploit
ID
rds-multiple-az

RDS Multiple AZ

Ensures that RDS instances are created to be cross-AZ for high availability.

Creating RDS instances in a single AZ creates a single point of failure for all systems relying on that database. All RDS instances should be created in multiple AZs to ensure proper failover.

Follow the appropriate remediation steps below to resolve the issue.

  1. Log in to the AWS Management Console.

  2. Select the “Services” option and search for RDS. Step

  3. Scroll down the left navigation panel and choose “Databases”. Step

  4. Select the “Database” that needs to be verified and click on the selected “Database” from the “DB identifier” column to access the database.Step

  5. Click on the “Configuration” under the selected database configuration page.Step

  6. Scroll down the “Configuration” tab and check the “Availability” section. Check the “Multi-AZ” and if its status is “No” then selected database cannot scale across multiple availability zones .Step

  7. Select the “Database” on which automated backup needs to be enabled. Click the “Modify” button at the top to make the necessary changes.Step

  8. Scroll down the “Modify DB Instance” page and check for “Multi-AZ deployment” under “Availability & durability”.Step

  9. On the “Multi-AZ deployment” section under “Availability & durability” select “Create a standby instance” option.Step

  10. Scroll down the “Modify DB Instance” page and click on “Continue” button. Step

  11. On the “Scheduling of modifications” choose “Apply immediately” so that changes will be applied as soon as possible and click on the “Modify DB Instance” button. Step

  12. Repeat steps number 7 - 11 to enable scaling across multiple availability zones.