Skip to content

Instantly share code, notes, and snippets.

View jpooler's full-sized avatar

Jarrod Pooler jpooler

View GitHub Profile
@jpooler
jpooler / kops-application-load-balancer.py
Created November 21, 2016 01:10 — forked from pandeybk/kops-application-load-balancer.py
Kubernetes Cluster: AWS: Application LoadBalancer
# Requirements:
#
# aws configure:
# AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, REGION
import os
import boto3
import random
import string
import sys, getopt