本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWSConfigRemediation-EnableRedshiftClusterAutomatedSnapshot
描述
The AWSConfigRemediation-EnableRedshiftClusterAutomatedSnapshot Automation document enables automated snapshots for the Amazon Redshift cluster you specify.
文档类型
Automation
所有者
Amazon
平台
数据库
参数
-
AutomationAssumeRole
类型:字符串
说明:(必需)允许 Systems Manager Automation 代表您执行操作的 AWS Identity and Access Management (IAM) 角色的 Amazon 资源名称 (ARN)。
-
AutomatedSnapshotRetentionPeriod
类型: Integer
有效值:1-35
描述:(Required) The number of days that automated snapshots are retained.
-
ClusterIdentifer
类型: 字符串
描述:(Required) The unique identifier of the cluster you want to enable automated snapshots on.
所需的 IAM 权限
AutomationAssumeRole
需要执行以下操作才能成功运行 Automation 文档。
-
ssm:ExecuteAutomation
-
ssm:GetAutomationExecution
-
redshift:DescribeClusters
-
redshift:ModifyCluster
文档步骤
-
aws:executeAwsApi - Enables automation snapshots on the cluster specified in the
ClusterIdentifer
parameter. -
aws:waitForAwsResourceProperty - Waits for the state of the cluster to change to
available
. -
aws:executeScript - Confirms automated snapshots were enabled on the cluster.