

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

# Neptune
<a name="automation-ref-neptune"></a>

 AWS Systems Manager 자동화는 Amazon Neptune에 사전 정의된 실행서를 제공합니다. 실행서에 대한 자세한 내용은 [실행서 작업](https://docs.aws.amazon.com/systems-manager/latest/userguide/automation-documents.html)을 참조하세요. 실행서 콘텐츠를 보는 방법에 대한 자세한 내용은 [실행서 콘텐츠 보기](automation-runbook-reference.md#view-automation-json)(을)를 참조하세요.

**Topics**
+ [`AWS-EnableNeptuneDbAuditLogsToCloudWatch`](AWS-EnableNeptuneDbAuditLogsToCloudWatch.md)
+ [`AWS-EnableNeptuneDbBackupRetentionPeriod`](AWS-EnableNeptuneDbBackupRetentionPeriod.md)
+ [`AWS-EnableNeptuneClusterDeletionProtection`](AWS-EnableNeptuneClusterDeletionProtection.md)

# `AWS-EnableNeptuneDbAuditLogsToCloudWatch`
<a name="AWS-EnableNeptuneDbAuditLogsToCloudWatch"></a>

 **설명** 

`AWS-EnableNeptuneDbAuditLogsToCloudWatch` 실행서는 Amazon Neptune DB 클러스터에 대한 감사 로그를 Amazon CloudWatch Logs로 전송하는 데 도움이 됩니다.

 [이 자동화 실행(콘솔)](https://console.aws.amazon.com/systems-manager/automation/execute/AWS-EnableNeptuneDbAuditLogsToCloudWatch) 

**문서 유형**

자동화

**소유자**

Amazon

**플랫폼**

Linux, macOS, Windows 

**파라미터**
+ AutomationAssumeRole

  유형: 문자열

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

  유형: 문자열

  설명: (필수) 감사 로그를 활성화하려는 Neptune DB 클러스터의 리소스 ID입니다.

**필수 IAM 권한**

실행서를 성공적으로 사용하려면 `AutomationAssumeRole` 파라미터에 다음 작업이 필요합니다.
+  `ssm:GetAutomationExecution` 
+  `ssm:StartAutomationExecution` 
+  `neptune:DescribeDBCluster` 
+  `neptune:ModifyDBCluster` 
+  `rds:DescribeDBClusters` 
+  `rds:ModifyDBCluster` 

 **문서 단계** 
+ GetNeptuneDbClusterIdentifier(`aws:executeAwsApi`) - Neptune DB 클러스터의 ID를 반환합니다.
+ VerifyNeptuneDbEngine(`aws:assertAwsResourceProperty`) - Neptune DB 엔진 유형이 인지 확인합니다`neptune`.
+ EnableNeptuneDbAuditLogs(`aws:executeAwsApi`) - CloudWatch Logs를 전송할 Neptune DB 클러스터에 대한 감사 로그를 활성화합니다.
+ VerifyNeptuneDbStatus(`aws:waitAwsResourceProperty`) - Neptune DB 클러스터 상태가 인지 확인합니다`available`.
+ VerifyNeptuneDbAuditLogs(`aws:executeScript`) - 감사 로그가 CloudWatch Logs로 전송되도록 성공적으로 구성되었는지 확인합니다.

# `AWS-EnableNeptuneDbBackupRetentionPeriod`
<a name="AWS-EnableNeptuneDbBackupRetentionPeriod"></a>

 **설명** 

`AWS-EnableNeptuneDbBackupRetentionPeriod` 실행서는 Amazon Neptune DB 클러스터의 백업 보존 기간이 7\$135일인 자동 백업을 활성화하는 데 도움이 됩니다.

 [이 자동화 실행(콘솔)](https://console.aws.amazon.com/systems-manager/automation/execute/AWS-EnableNeptuneDbBackupRetentionPeriod) 

**문서 유형**

자동화

**소유자**

Amazon

**플랫폼**

Linux, macOS, Windows 

**파라미터**
+ AutomationAssumeRole

  유형: 문자열

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

  유형: 문자열

  설명: (필수) 백업을 활성화하려는 Neptune DB 클러스터의 리소스 ID입니다.
+ BackupRetentionPeriod

  유형: 정수

  유효한 값: 7\$135

  설명: (필수) 백업이 유지되는 일수입니다.
+ PreferredBackupWindow

  유형: 문자열

  설명: (선택 사항) 백업이 수행되는 최소 30분의 일일 기간입니다. 값은 UTC(Universal Time Coordinated)여야 하며 형식을 사용해야 합니다`hh24:mm-hh24:mm`. 백업 보존 기간은 기본 유지 관리 기간과 충돌할 수 없습니다.

**필수 IAM 권한**

실행서를 성공적으로 사용하려면 `AutomationAssumeRole` 파라미터에 다음 작업이 필요합니다.
+  `ssm:GetAutomationExecution` 
+  `ssm:StartAutomationExecution` 
+  `neptune:DescribeDBCluster` 
+  `neptune:ModifyDBCluster` 
+  `rds:DescribeDBClusters` 
+  `rds:ModifyDBCluster` 

 **문서 단계** 
+ GetNeptuneDbClusterIdentifier(`aws:executeAwsApi`) - Neptune DB 클러스터의 ID를 반환합니다.
+ VerifyNeptuneDbEngine(`aws:assertAwsResourceProperty`) - Neptune DB 엔진 유형이 인지 확인합니다`neptune`.
+ VerifyNeptuneDbStatus(`aws:waitAwsResourceProperty`) - Neptune DB 클러스터 상태가 인지 확인합니다`available`.
+ ModifyNeptuneDbRetentionPeriod(`aws:executeAwsApi`) - Neptune DB 클러스터의 보존 기간을 설정합니다.
+ VerifyNeptuneDbBackupsEnabled(`aws:executeScript`) - 보존 기간과 백업 기간이 성공적으로 설정되었는지 확인합니다.

# `AWS-EnableNeptuneClusterDeletionProtection`
<a name="AWS-EnableNeptuneClusterDeletionProtection"></a>

 **설명** 

 `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 작업의 출력입니다.