View a markdown version of this page

AWSElasticDisasterRecoveryFailbackPolicy - AWS 托管策略

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

AWSElasticDisasterRecoveryFailbackPolicy

描述:此策略允许使用 Elastic Disaster Recovery 失效自动恢复客户端,该客户端用于将恢复实例失效自动恢复到原始源基础设施。我们不建议您将此策略附加到 IAM 用户或角色。

AWSElasticDisasterRecoveryFailbackPolicy 是一项 AWS 托管式策略

使用此策略

您可以将 AWSElasticDisasterRecoveryFailbackPolicy 附加到您的用户、组和角色。

策略详细信息

  • 类型:服务角色策略

  • 创建时间:2021 年 11 月 17 日 10:41 UTC

  • 编辑时间:世界标准时间 2026 年 7 月 22 日 18:42

  • ARN: arn:aws:iam::aws:policy/service-role/AWSElasticDisasterRecoveryFailbackPolicy

策略版本

策略版本:v3(默认)

此策略的默认版本是定义策略权限的版本。当具有该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。

JSON 策略文档

{ "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", "drs:GetAgentSnapshotCreditsForDrs", "drs:SendVolumeStatsForDrs" ], "Resource" : "arn:aws:drs:*:*:recovery-instance/${aws:SourceIdentity}" } ] }

了解详情