AWSConfigRemediation-EnableMultiAZOnRDSInstance
Description
The AWSConfigRemediation-EnableMultiAZOnRDSInstance runbook changes
your Amazon Relational Database Service (Amazon RDS) database (DB) instance to a Multi-AZ deployment. Changing
this setting doesn't result in an outage. The change is applied during the next
maintenance window unless you set the ApplyImmediately parameter to
true .
Document type
Automation
Owner
Amazon
Platforms
Linux, macOS, Windows
Parameters
-
ApplyImmediately
Type: Boolean
Default: false
Description: (Optional) If you specify
truefor this parameter, the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of thePreferredMaintenanceWindowsetting for the DB instance. -
AutomationAssumeRole
Type: String
Description: (Required) The Amazon Resource Name (ARN) of the Amazon Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf.
-
DbiResourceId
Type: String
Description: (Required) The Amazon Web Services Region-unique, immutable identifier for the DB instance to enable the
MultiAZsetting.
Required IAM permissions
The AutomationAssumeRole parameter requires the following actions to
use the runbook successfully.
-
rds:DescribeDBInstances -
rds:ModifyDBInstance -
ssm:StartAutomationExecution -
ssm:GetAutomationExecution
Document Steps
-
aws:executeAwsApi- Retrieves the DB instance name using the value provided in theDBInstanceIdparameter. -
aws:executeAwsApi- Verifies theDBInstanceStatusisavailable. -
aws:branch- Checks whether theMultiAZis already set totrueon the DB instance you specify in theDbiResourceIdparameter. -
aws:executeAwsApi- Changes theMultiAZsetting totrueon the DB instance you specify in theDbiResourceIdparameter. -
aws:assertAwsResourceProperty- Verifies theMultiAZis set totrueon the DB instance you specify in theDbiResourceIdparameter.