Skip to content

Instantly share code, notes, and snippets.

View shetland's full-sized avatar

Steven Hetland shetland

View GitHub Profile
when LB_FAILED {
HTTP::respond 503 content "System down for maintenance" noserver "Connection" "close"
}
#!/usr/bin/env python
"""
Recipe for creating and updating security groups programmatically.
"""
import collections
import boto