AWS managed policy: AWSElasticDisasterRecoveryStagingAccountPolicy_v2 - AWS Elastic Disaster Recovery

AWS managed policy: AWSElasticDisasterRecoveryStagingAccountPolicy_v2

This policy is used by AWS Elastic Disaster Recovery (AWS DRS) to recover source servers into a separate target account and to allow failing back. We do not recommend that you attach this policy to your users or roles.

Permissions details

This policy includes the following permissions.

{ "Version": "2012-10-17", "Statement": [ { "Sid": "DRSStagingAccountPolicyv21", "Effect": "Allow", "Action": [ "drs:DescribeSourceServers", "drs:DescribeRecoverySnapshots", "drs:CreateConvertedSnapshotForDrs", "drs:GetReplicationConfiguration", "drs:DescribeJobs", "drs:DescribeJobLogItems" ], "Resource": "*" }, { "Sid": "DRSStagingAccountPolicyv22", "Effect": "Allow", "Action": [ "ec2:ModifySnapshotAttribute" ], "Resource": "arn:aws:ec2:*:*:snapshot/*", "Condition": { "StringEquals": { "ec2:Add/userId": "${aws:SourceIdentity}" }, "Null": { "aws:ResourceTag/AWSElasticDisasterRecoveryManaged": "false" } } }, { "Sid": "DRSStagingAccountPolicyv23", "Effect": "Allow", "Action": "drs:IssueAgentCertificateForDrs", "Resource": [ "arn:aws:drs:*:*:source-server/*" ] } ] }