質問・問題
AWS Config の設定レコーダーを削除する方法はありますか? AWS Config のマネジメントコンソールを確認しましたが、削除を実行できる場所を見つけることができませんでした。
回答・解決方法
AWS Config の設定レコーダーは、マネジメントコンソールで削除できないため、AWS CLI で削除する必要があります。以下の手順で削除をおこなってください。
1. 設定レコーダーの名前 "name" を確認。
aws configservice describe-configuration-recorders
2. 設定レコーダーの名前 "name" をオプションで指定して、設定レコーダーを削除。
aws configservice delete-configuration-recorder --configuration-recorder-name ["name"]
【参考記事】
delete-configuration-recorder — AWS CLI 2.10.2 Command Reference
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/configservice/delete-configuration-recorder.html
AWS Config の配信チャネルを削除する方法はありますか?
https://support.serverworks.co.jp/hc/ja/articles/15909162692889