Amazon RDS 이벤트 알림 구독에서 소스 식별자 제거 - Amazon Relational Database Service

Amazon RDS 이벤트 알림 구독에서 소스 식별자 제거

임의 소스의 이벤트 알림 메시지를 더 이상 받고 싶지 않을 때는 소스 식별자(이벤트를 발생시키는 Amazon RDS 소스)를 구독에서 제거할 수 있습니다.

소스 식별자는 Amazon RDS 콘솔에서 구독 관련 설정을 변경하면서 선택 또는 선택 해제를 통해 쉽게 추가하거나 제거할 수 있습니다. 자세한 내용은 Amazon RDS 이벤트 알림 구독 수정 섹션을 참조하세요.

Amazon RDS 이벤트 알림 구독에서 소스 식별자를 제거하려면 AWS CLI remove-source-identifier-from-subscription 명령을 사용합니다. 다음 필수 파라미터를 포함합니다.

  • --subscription-name

  • --source-identifier

다음 예제에서는 mysqldb 구독에서 소스 식별자 myrdseventsubscription를 제거합니다.

Linux, macOS 또는 Unix 대상:

aws rds remove-source-identifier-from-subscription \ --subscription-name myrdseventsubscription \ --source-identifier mysqldb

Windows의 경우:

aws rds remove-source-identifier-from-subscription ^ --subscription-name myrdseventsubscription ^ --source-identifier mysqldb

Amazon RDS 이벤트 알림 구독에서 소스 식별자를 제거하려면 Amazon RDS API RemoveSourceIdentifierFromSubscription 명령을 사용합니다. 다음 필수 파라미터를 포함합니다.

  • SubscriptionName

  • SourceIdentifier