Skip to content

Instantly share code, notes, and snippets.

@jdesulme
jdesulme / aws_sg_recipe.py
Created May 9, 2018 21:02 — forked from steder/aws_sg_recipe.py
Create and update AWS security groups using Python and Boto.
#!/usr/bin/env python
"""
Recipe for creating and updating security groups programmatically.
"""
import collections
import boto