Backing up Aurora MySQL
AWS Aurora MySQL doesn’t allow us to take backup of individual tables or database other than doing a regular mysqldump...
How to access Aurora MySQL from Python code via a bastion server
This example assumes you have a bastion server setup that will allow connection to follow thru to an existing MySQL...
Creating an EMR cluster using CLI
I normally start a cluster from the UI and decided I post how to create a cluster from the CLI....
Copy S3 objects across AWS Accounts
This will show you how to copy objects between S3 buckets across different AWS Accounts. Its not an easy drag...