AWSElasticDisasterRecoveryAgentInstallationPolicy details (in AWS console)
Policy Name
AWSElasticDisasterRecoveryAgentInstallationPolicy
Description
This policy allows installing the AWS Replication Agent, which is used with AWS Elastic Disaster Recovery (DRS) to recover external servers to AWS. Attach this policy to your IAM users or roles whose credentials you provide during the installation step of the AWS Replication Agent.
ARN
arn:aws:iam::aws:policy/AWSElasticDisasterRecoveryAgentInstallationPolicy
Path
/
PolicyId
ANPAZKAPJZG4LHPRHPQKB
AttachmentCount
0
[
{
"Effect": "Allow",
"Action": [
"drs:GetAgentInstallationAssetsForDrs",
"drs:SendClientLogsForDrs",
"drs:SendClientMetricsForDrs",
"drs:CreateSourceServerForDrs",
"drs:CreateRecoveryInstanceForDrs",
"drs:DescribeRecoveryInstances",
"drs:CreateSourceNetwork"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"drs:TagResource"
],
"Resource": [
"arn:aws:drs:*:*:source-server/*"
]
},
{
"Effect": "Allow",
"Action": [
"drs:TagResource"
],
"Resource": [
"arn:aws:drs:*:*:source-server/*"
]
},
{
"Effect": "Allow",
"Action": [
"drs:TagResource"
],
"Resource": [
"arn:aws:drs:*:*:source-network/*"
]
},
{
"Effect": "Allow",
"Action": [
"drs:IssueAgentCertificateForDrs"
],
"Resource": [
"arn:aws:drs:*:*:source-server/*"
]
}
]