This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from io import StringIO, BytesIO | |
| import boto3 | |
| import gzip | |
| import re, sys, io, os | |
| import json | |
| import datetime | |
| import hashlib | |
| import hmac | |
| import base64 | |
| import urllib3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description" : "This template provisions a new VPC, with public and private subnets, loadbalanced EC2 instances hosting Apache", | |
| "Mappings" : { | |
| "RegionMap" : { | |
| "us-east-2" : {"HVM64" : "ami-0d542ef84ec55d71c"}, | |
| "us-west-2" : {"HVM64" : "ami-01460aa81365561fe"} |