Skip to content

Instantly share code, notes, and snippets.

View joshpadilla's full-sized avatar
💬

Josh Padilla joshpadilla

💬
View GitHub Profile
@joshpadilla
joshpadilla / aws-boto-vpc-create.py
Last active January 20, 2018 01:01
Create AWS VPC
#!/usr/bin/env python
import boto.vpc
import time
REGION_NAME = 'us-west-2'
AMI_ID = 'ami-8e27adbe' # Amazon Linux AMI
conn = boto.vpc.connect_to_region(REGION_NAME)
# Create a VPC