Skip to content

Instantly share code, notes, and snippets.

View jorgegarciamule's full-sized avatar

Jorge Luis García Pérez jorgegarciamule

  • Mulesoft Inc.
  • Argentina
View GitHub Profile
@jorgegarciamule
jorgegarciamule / security-group-cleanup.py
Last active February 15, 2021 14:43 — forked from miketheman/security-group-cleanup.py
AWS EC2 Unused Security Group cleanup
#!/usr/bin/env python
import sys
import boto
import pprint
del_flag = ''
if len(sys.argv) > 1:
del_flag = sys.argv[1]