With this simple scripts you can list many different services provisioned in all AWS Regions.
The scrips support aws cli profiles. Just add the name of the cli profile after a script name.
You need to have installed and configured aws cli before use this scripts.
Example:
- Type: ./listallec2.sh to run the script with default aws cli profile.
- Type: ./listallec2.sh profile_name to run the script for particular aws cli profile configured in aws cli credentials.
UPDATE
For better review, a "listallsg" script exports all configured Security Groups to CSV file.
Author: Lukasz Dorosz @mrdoro