Last active
February 24, 2021 04:22
-
-
Save xbalaji/606380d3c425f4a95413f082977c8927 to your computer and use it in GitHub Desktop.
aws cli config display defaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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