Few Python scripts written using Boto3 library to manage AWS resources
find_internet_facing_sgs.py - Lists all internet facing security groups which could be helpful to assess security vulnerability
find_unused_security_groups.py - Lists all security groups which are not used by any EC2 instances.
monitor_elb_status_lambda_on_web_portal.py - Lists all ELBs' status and shows this report in a web page supported by Lambda function in backend.