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 upload a docker image to Docker Hub
Lets upload the docker image you build locally to docker hub so you or others can pull it at a...
Creating Docker Image for Jupyter Notebook
Below are the steps for creating docker image for running a Jupyter Notebook with the latest python module . You...
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...