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

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

AWS-EnableNeptuneClusterDeletionProtection

설명

AWS-EnableNeptuneClusterDeletionProtection 실행서는 지정한 Amazon Neptune 클러스터에 대한 삭제 보호를 활성화합니다.

문서 유형

자동화

소유자

Amazon

플랫폼

Linux, macOS, Windows

파라미터

  • AutomationAssumeRole

    유형: 문자열

    설명: (선택 사항) 사용자를 대신하여 Systems Manager Automation을 통해 작업을 수행할 수 있도록 허용하는 AWS Identity and Access Management (IAM) 역할의 Amazon 리소스 이름(ARN)입니다. 역할을 지정하지 않은 경우, Systems Manager Automation에서는 이 실행서를 시작하는 사용자의 권한을 사용합니다.

  • DbClusterResourceId

    유형: 문자열

    설명: (필수) 삭제 방지를 활성화하려는 Neptune 클러스터의 ID입니다.

필수 IAM 권한

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

  • ssm:GetAutomationExecution

  • ssm:StartAutomationExecution

  • neptune:DescribeDBCluster

  • neptune:ModifyDBCluster

  • rds:DescribeDBClusters

  • rds:ModifyDBCluster

문서 단계

  • GetNeptuneDbClusterIdentifier(aws:executeAwsApi) - Neptune DB 클러스터의 ID를 반환합니다.

  • VerifyNeptuneDbEngine(aws:assertAwsResourceProperty) - 지정된 DB 클러스터의 엔진 유형이 인지 확인합니다neptune.

  • VerifyNeptuneStatus(aws:waitForAwsResourceProperty) - 클러스터의 상태가 인지 확인합니다available.

  • EnableNeptuneDbDeletionProtection(aws:executeAwsApi) - Neptune DB 클러스터에서 삭제 보호를 활성화합니다.

  • VerifyNeptuneDbDeletionProtection(aws:assertAwsResourceProperty) - DB 클러스터에서 삭제 방지가 활성화되어 있는지 확인합니다.

출력

  • EnableNeptuneDbDeletionProtection.EnableNeptuneDbDeletionProtectionResponse - API 작업의 출력입니다.