Skip to content

Instantly share code, notes, and snippets.

View snixon's full-sized avatar
💭
Oye my back!

Steve snixon

💭
Oye my back!
View GitHub Profile
@snixon
snixon / security-group-cleanup.py
Last active August 25, 2022 18:08 — forked from TomRyan-321/security-group-cleanup.py
Fancy Security Group Cleanup
#!/usr/bin/env python
import os
import boto3
import argparse
import json
# `pip install -U PTable` will get you the right fork of PrettyTable
from prettytable import PrettyTable
from botocore.exceptions import ClientError