drs:ReverseReplication is a Write access-level action in the drs service. Grants permission to reverse replication
ARNs that drs:ReverseReplication can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants drs:ReverseReplication.
Filters access by tag key-value pairs attached to the resource
Filters access by the EC2 instance the request originated from
To use drs:ReverseReplication you may also need to grant:
A minimal policy that allows drs:ReverseReplication. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDrsReverseReplication",
"Effect": "Allow",
"Action": "drs:ReverseReplication",
"Resource": "*"
}
]
}