Last active
November 9, 2020 17:22
-
-
Save deekayen/b557747c46127832eaeecf312187d012 to your computer and use it in GitHub Desktop.
List all services used in AWS with aws-list-all python pip package.
This file contains 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
#!/bin/zsh | |
saml2aws exec 'aws-list-all query --parallel 1 --region us-east-1 | grep "+++" | cut -d" " -f2 | sort | uniq' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example execution: