rds:SwitchoverBlueGreenDeployment

Write

rds:SwitchoverBlueGreenDeployment is a Write access-level action in the rds service. Grants permission to switch a blue-green deployment from source instance or cluster to target

Resource types

ARNs that rds:SwitchoverBlueGreenDeployment can be scoped to in an IAM policy.

arn:${Partition}:rds:${Region}:${Account}:deployment:${BlueGreenDeploymentIdentifier}
deployment

Condition keys

Keys you can use in the Condition block of a policy that grants rds:SwitchoverBlueGreenDeployment.

aws:ResourceTag/${TagKey} String

Filters access by the set of tag key-value pairs attached to the resource

Dependent actions

To use rds:SwitchoverBlueGreenDeployment you may also need to grant:

Example IAM policy

A minimal policy that allows rds:SwitchoverBlueGreenDeployment. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowRdsSwitchoverBlueGreenDeployment",
      "Effect": "Allow",
      "Action": "rds:SwitchoverBlueGreenDeployment",
      "Resource": "*"
    }
  ]
}

Related actions in rds

View all rds actions →