Amazon Linux is a RHEL variant, so the Red Hat instructions should work for the most part. There is, however, at least one discrepancy.
There was an instance where the python27-devel package, as opposed to python-devel, was explicitly necessary.
Here, we will install from source.
sudo yum -y upd...