設定レコーダーの削除 - AWS Config

設定レコーダーの削除

カスタマー管理設定レコーダーを削除するには、AWS CLI を使用する必要があります。サービスリンク設定レコーダーを削除するには、AWS Config コンソールまたは AWS CLI を使用できます。

To delete the customer managed configuration recorder (CLI)

delete-configuration-recorderコマンドを使用します。

$ aws configservice delete-configuration-recorder --configuration-recorder-name default
To delete a service-linked configuration recorder (Console)
  1. AWS マネジメントコンソール にサインインして、AWS Config コンソール (https://console.aws.amazon.com/config/home) を開きます。

  2. ナビゲーションペインで [設定] を選択します。

  3. [サービスリンクレコーダー] タブで、[サービスリンク設定レコーダー] を選択し、[削除]を選択します。プロンプトが表示されたら、[削除] を選択します。

To delete a service-linked configuration recorder (CLI)

delete-service-linked-configuration-recorderコマンドを使用します。

このコマンドは、[--service-principal] フィールドを使用します。

$ aws configservice delete-service-linked-configuration-recorder --service-principal "The service principal of the AWS のサービス for the service-linked configuration recorder that you want to delete"