This is a small node utility to get AWS metadata for e.g. get IAM security groups, AWS lambda roles and all the policies.
This will save all the metadata in respective directories:
- roles-config
- attached-role-policies
- securitygroups
Make sure you have admin role which has full access like we are using list and describe API of node-aws-sdk
All data is stored in json file
This utility can be used to take a quick backup of all the AWS metadata
Feel free to add more features