

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

# Neptune 글로벌 데이터베이스에서 DB 클러스터 제거
<a name="neptune-gdb-detaching"></a>

글로벌 데이터베이스에서 DB 클러스터를 제거해야 하는 몇 가지 이유가 있습니다. 예제:
+ 기본 클러스터가 성능이 저하되거나 격리되는 경우 글로벌 데이터베이스에서 기본 클러스터를 제거하면 새 글로벌 데이터베이스를 생성하는 데 사용할 수 있는 독립형 프로비저닝 클러스터가 됩니다([예상치 못한 운영 중단이 발생한 경우 Neptune 글로벌 데이터베이스 분리 및 승격](neptune-gdb-disaster-recovery.md#neptune-gdb-detach-and-promote) 참조).
+ 글로벌 데이터베이스를 삭제하려면 먼저 연결된 모든 클러스터를 제거(분리)합니다. 기본은 마지막으로 남겨 둡니다([Neptune 글로벌 데이터베이스 삭제](neptune-gdb-deleting.md) 참조).

[RemoveFromGlobalCluster](api-global-dbs.md#RemoveFromGlobalCluster) API를 래핑하는 [remove-from-global-cluster](https://docs.aws.amazon.com/cli/latest/reference/rds/remove-from-global-cluster.html) CLI 명령을 사용하여 글로벌 데이터베이스에서 Neptune DB 클러스터를 분리할 수 있습니다.

```
aws neptune remove-from-global-cluster \
  --region {{(region of the cluster to remove)}} \
  --global-cluster-identifier {{(global database ID)}} \
  --db-cluster-identifier {{(ARN of the cluster to remove)}}
```

그러면 분리된 DB 클러스터는 독립형 DB 클러스터가 됩니다.