기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWS-EnableNeptuneClusterDeletionProtection
설명
AWS-EnableNeptuneClusterDeletionProtection
런북은 지정한 Amazon Neptune 클러스터에 대한 삭제 보호를 활성화합니다.
문서 유형
자동화
소유자
Amazon
플랫폼
Linux, macOS, Windows
Parameters
-
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 작업의 출력입니다.