Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.65 KB

rds-multiple-az.md

File metadata and controls

29 lines (25 loc) · 2.65 KB

CloudSploit

AWS / RDS / RDS Multiple AZ

Quick Info

Plugin Title RDS Multiple AZ
Cloud AWS
Category RDS
Description Ensures that RDS instances are created to be cross-AZ for high availability.
More Info 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.
AWS Link http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.MultiAZ.html
Recommended Action Modify the RDS instance to enable scaling across multiple availability zones.

Detailed Remediation Steps

  1. Log in to the AWS Management Console.
  2. Select the "Services" option and search for RDS.
  3. Scroll down the left navigation panel and choose "Databases".
  4. Select the "Database" that needs to be verified and click on the selected "Database" from the "DB identifier" column to access the database.
  5. Click on the "Configuration" under the selected database configuration page.
  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 .
  7. Select the "Database" on which automated backup needs to be enabled. Click the "Modify" button at the top to make the necessary changes.
  8. Scroll down the "Modify DB Instance" page and check for "Multi-AZ deployment" under "Availability & durability".
  9. On the "Multi-AZ deployment" section under "Availability & durability" select "Create a standby instance" option.
  10. Scroll down the "Modify DB Instance" page and click on "Continue" button.
  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.
  12. Repeat steps number 7 - 11 to enable scaling across multiple availability zones.