I hereby claim:
- I am pgehres on github.
- I am pgehres (https://keybase.io/pgehres) on keybase.
- I have a public key ASC7lRxJtNr6JgrQpfDlvSduYZrtvlQNvpmSuLLB5Po67go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ZONE_ID = "<ZONE ID>" | |
DOMAIN_NAME = "host.name.com." # keep ending period | |
from boto.route53.connection import Route53Connection | |
from boto.route53.record import ResourceRecordSets | |
import requests | |
import sys | |
ip = requests.get("http://httpbin.org/ip").json()['origin'] |