AWS Metadata Backup Node Utility

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:
  1. roles-config
  2. attached-role-policies
  3. 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
 
Continue here>>