AWSConfigRemediation-EnableRedshiftClusterAutomatedSnapshot - AWS Systems Manager 자동화 실행서 참조

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

AWSConfigRemediation-EnableRedshiftClusterAutomatedSnapshot

설명

AWSConfigRemediation-EnableRedshiftClusterAutomatedSnapshot 실행서는 지정하는 Amazon Redshift 클러스터에 대해 자동 스냅샷을 활성화합니다.

이 자동화 실행(콘솔)

문서 유형

자동화

소유자

Amazon

플랫폼

데이터베이스 수

파라미터

  • AutomationAssumeRole

    유형: 문자열

    설명: (필수) 사용자를 대신하여 Systems Manager Automation을 통해 작업을 수행할 수 있도록 허용하는 AWS Identity and Access Management (IAM) 역할의 Amazon 리소스 이름(ARN)입니다.

  • AutomatedSnapshotRetentionPeriod

    유형: 정수

    유효한 값: 1-35

    설명: (필수) 자동 스냅샷이 보관되는 일 수입니다.

  • ClusterIdentifier

    유형: 문자열

    설명: (필수) 자동 스냅샷을 활성화하려는 클러스터의 고유 식별자입니다.

필수 IAM 권한

실행서를 성공적으로 사용하려면 AutomationAssumeRole 파라미터에 다음 작업이 필요합니다.

  • ssm:StartAutomationExecution

  • ssm:GetAutomationExecution

  • redshift:DescribeClusters

  • redshift:ModifyCluster

문서 단계

  • aws:executeAwsApi - ClusterIdentifier 파라미터에 지정된 클러스터에서 자동화 스냅샷을 활성화합니다.

  • aws:waitForAwsResourceProperty - 클러스터 상태가 available로 변경될 때까지 기다립니다.

  • aws:executeScript - 클러스터에서 자동 스냅샷이 활성화되었는지 확인합니다.