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...
Setting up JAVA_HOME on a mac
Installing and setting up JAVA_HOME was a bit of a research for me. So thought I would post it here...
Creating a new file system in Linux
Here how you would create a new file system : First create a new partition using fdisk. eg: fdisk /dev/sdb...
Script check the index fragmentation in SQL Server
Today I had a need to find the index fragmentation on one of my sql server database and I found...