Skip to content

Instantly share code, notes, and snippets.

View locution's full-sized avatar

Nick Anzalone locution

  • The Achievement Network
View GitHub Profile

Keybase proof

I hereby claim:

  • I am locution on github.
  • I am locution (https://keybase.io/locution) on keybase.
  • I have a public key ASBZy-LmZpU8z33BpKCE3o5p5aJbOSHpM2e62Xi_-CoXiAo

To claim this, I am signing this object:

@locution
locution / security-group-cleanup.py
Created April 1, 2016 13:09 — 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]