Skip to content

Instantly share code, notes, and snippets.

View feldversuch's full-sized avatar

Rainer Brym feldversuch

  • Stralsund / Germany
View GitHub Profile
@feldversuch
feldversuch / security-group-cleanup.py
Last active February 12, 2018 14:13 — forked from TomRyan-321/security-group-cleanup.py
Security Group Cleanup using python3, boto3 +profile +ElasticCache
#!/usr/bin/env python3
import boto3
import argparse
def lookup_by_id(sgid):
sg = ec2.get_all_security_groups(group_ids=sgid)
return sg[0].name
@feldversuch
feldversuch / 0_reuse_code.js
Last active August 29, 2015 14:16
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console