AWS drs documentation change
Summary
Replaced inline IAM policy JSON with reference link to AWS Managed Policy Guide
Security assessment
Change consolidates policy documentation references without introducing or modifying security controls. No vulnerability addressed.
Diff
diff --git a/drs/latest/userguide/security-iam-awsmanpol-AWSElasticDisasterRecoveryFailbackPolicy.md b/drs/latest/userguide/security-iam-awsmanpol-AWSElasticDisasterRecoveryFailbackPolicy.md index c63e9c9c0..b3ca1c641 100644 --- a//drs/latest/userguide/security-iam-awsmanpol-AWSElasticDisasterRecoveryFailbackPolicy.md +++ b//drs/latest/userguide/security-iam-awsmanpol-AWSElasticDisasterRecoveryFailbackPolicy.md @@ -13,53 +13 @@ This policy is used by AWS Elastic Disaster Recovery to refresh credentials for -This policy includes the following permissions. - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "DRSFailbackPolicy1", - "Effect": "Allow", - "Action": [ - "drs:SendClientMetricsForDrs", - "drs:SendClientLogsForDrs" - ], - "Resource": "*" - }, - { - "Sid": "DRSFailbackPolicy2", - "Effect": "Allow", - "Action": [ - "drs:GetChannelCommandsForDrs", - "drs:SendChannelCommandResultForDrs" - ], - "Resource": "*" - }, - { - "Sid": "DRSFailbackPolicy3", - "Effect": "Allow", - "Action": [ - "drs:DescribeReplicationServerAssociationsForDrs", - "drs:DescribeRecoveryInstances" - ], - "Resource": "*" - }, - { - "Sid": "DRSFailbackPolicy4", - "Effect": "Allow", - "Action": [ - "drs:GetFailbackCommandForDrs", - "drs:UpdateFailbackClientLastSeenForDrs", - "drs:NotifyAgentAuthenticationForDrs", - "drs:UpdateAgentReplicationProcessStateForDrs", - "drs:NotifyAgentReplicationProgressForDrs", - "drs:NotifyAgentConnectedForDrs", - "drs:NotifyAgentDisconnectedForDrs", - "drs:NotifyConsistencyAttainedForDrs", - "drs:GetFailbackLaunchRequestedForDrs", - "drs:IssueAgentCertificateForDrs" - ], - "Resource": "arn:aws:drs:*:*:recovery-instance/${aws:SourceIdentity}" - } - ] - } - +To view the policy permission details see [AWSElasticDisasterRecoveryFailbackPolicy](https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AWSElasticDisasterRecoveryFailbackPolicy.html) in the AWS Managed Policy Reference Guide.