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
import boto3 | |
import socket | |
import datetime,time | |
ACCESS_KEY_ID = 'YOUR_ACCESS_KEY' | |
ACCESS_SECRET_KEY = 'YOUR_SECRET_KEY' | |
HOSTED_ZONE_ID = "Find this in route53" | |
def get_ip_address(): | |
import urllib2 |