Snippets for working with AWS MySQL Aurora
Ubuntu and many other Linux distributions dropped support for TLSv1 for security reasons.
Since AWS Aurora MySQL 5.6 only supports TLSv1 for encrypted connections a work around is needed.
See details at my blog and in this repository in the folder aws-mysql56-ubuntu-python.