Skip to content

Instantly share code, notes, and snippets.

View rohitkadam19's full-sized avatar
🏠
Working from home

Rohit Kadam rohitkadam19

🏠
Working from home
View GitHub Profile
@rohitkadam19
rohitkadam19 / autoscale_sample.py
Last active July 21, 2016 08:35 — forked from liamf/autoscale_sample
Demonstrates using patched boto to create an autoscaling group of servers, scaled up/down by CPU Utilisation
#################################################################################
# Import modules
#################################################################################
import os
import time
import sys
import socket
import string