Skip to content

Instantly share code, notes, and snippets.

View C-Kenny's full-sized avatar
🎼
developing a hobby 2D music visualizer.

Carl Kenny C-Kenny

🎼
developing a hobby 2D music visualizer.
View GitHub Profile
@C-Kenny
C-Kenny / aws_resources.py
Created September 26, 2018 03:36 — forked from babo/aws_resources.py
Skeleton to list all AWS resources by security group.
#!/usr/bin/env python3
import json
import boto3
def main():
all_ec2 = {}
all_rds = {}
all_cache = {}
all_elb = {}