Right now to create a GUID for interacting with AWS, we use a combination of travis environment variables as well as a random int generated by a python one-liner.
- the one-liner is complicated because we have to account for python 2/3 differences
- there's a non-zero chance it might fail
We should migrate to using seconds-since-epoch date +%s -- this will additionally make debugging easier.