Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Last active February 24, 2021 04:22
Show Gist options
  • Save xbalaji/606380d3c425f4a95413f082977c8927 to your computer and use it in GitHub Desktop.
Save xbalaji/606380d3c425f4a95413f082977c8927 to your computer and use it in GitHub Desktop.
aws cli config display defaults
aws configservice --region us-west-1 describe-delivery-channels
aws configservice --region us-west-2 describe-delivery-channels
aws configservice --region us-east-1 describe-delivery-channels
aws configservice --region us-east-2 describe-delivery-channels
aws configservice --region us-west-1 delete-delivery-channel --delivery-channel-name default
aws configservice --region us-west-2 delete-delivery-channel --delivery-channel-name default
aws configservice --region us-east-1 delete-delivery-channel --delivery-channel-name default
aws configservice --region us-east-2 delete-delivery-channel --delivery-channel-name default
aws configservice --region us-west-1 describe-configuration-recorders
aws configservice --region us-west-2 describe-configuration-recorders
aws configservice --region us-east-1 describe-configuration-recorders
aws configservice --region us-east-2 describe-configuration-recorders
aws configservice --region us-west-1 delete-configuration-recorder --configuration-recorder-name default
aws configservice --region us-west-2 delete-configuration-recorder --configuration-recorder-name default
aws configservice --region us-east-1 delete-configuration-recorder --configuration-recorder-name default
aws configservice --region us-east-2 delete-configuration-recorder --configuration-recorder-name default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment