

# Amazon RDS에 대해 자동 백업 복제 중지
<a name="AutomatedBackups.StopReplicating"></a>

Amazon RDS 콘솔을 사용하여 DB 인스턴스에 대한 백업 복제를 중지할 수 있습니다. `stop-db-instance-automated-backups-replication` AWS CLI 명령 또는 `StopDBInstanceAutomatedBackupsReplication` RDS API 작업을 사용할 수도 있습니다.

복제된 백업은 생성 시 설정된 백업 보존 기간에 따라 보존됩니다.

## 콘솔
<a name="AutomatedBackups.StopReplicating.Console"></a>

소스 리전의 **자동 백업** 페이지에서 백업 복제를 중지합니다.

**AWS 리전으로의 백업 복제를 중지하는 방법**

1. [https://console.aws.amazon.com/rds/](https://console.aws.amazon.com/rds/)에서 AWS Management Console에 로그인한 후 Amazon RDS 콘솔을 엽니다.

1. [**리전 선택기(Region selector)**]에서 소스 리전을 선택합니다.

1. 탐색 창에서 **백업 자동화**를 선택합니다.

1. [**현재 리전(Current Region)**] 탭에서 백업 복제를 중지할 DB 인스턴스를 선택합니다.

1. **작업(Actions)**에서 **교차 리전 복제 관리(Manage cross-Region replication)**를 선택합니다.

1. **백업 복제(Backup replication)**에서 **다른 AWS 리전으로의 복제 활성화(Enable replication to another AWS 리전)** 확인란 선택을 취소합니다.

1. **Save**(저장)를 선택합니다.

복제된 백업은 대상 지역의 [**자동 백업(Automated backups)**] 페이지의 [**보존됨(Retained)**] 탭에 나열됩니다.

## AWS CLI
<a name="AutomatedBackups.StopReplicating.CLI"></a>

[https://docs.aws.amazon.com/cli/latest/reference/rds/stop-db-instance-automated-backups-replication.html](https://docs.aws.amazon.com/cli/latest/reference/rds/stop-db-instance-automated-backups-replication.html) AWS CLI 명령을 사용하여 백업 복제를 중지합니다.

다음 CLI 예제는 DB 인스턴스의 자동 백업이 미국 서부(오레곤) 리전에서 복제되는 것을 중지합니다.

**백업 복제를 중지하려면**
+ 다음 명령 중 하나를 실행합니다.

  대상 LinuxmacOS, 또는Unix:

  ```
  aws rds stop-db-instance-automated-backups-replication \
  --region us-east-1 \
  --source-db-instance-arn "arn:aws:rds:us-west-2:123456789012:db:mydatabase"
  ```

  Windows의 경우:

  ```
  aws rds stop-db-instance-automated-backups-replication ^
  --region us-east-1 ^
  --source-db-instance-arn "arn:aws:rds:us-west-2:123456789012:db:mydatabase"
  ```

## RDS API
<a name="AutomatedBackups.StopReplicating.API"></a>

다음 파라미터와 함께 [https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StopDBInstanceAutomatedBackupsReplication.html](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_StopDBInstanceAutomatedBackupsReplication.html) RDS API 작업을 사용하여 백업 복제를 중지합니다.
+ `Region`
+ `SourceDBInstanceArn`