Welcome to my journey into the world and culture of DevOps.
About
The Agile Movement philosophy.
Contact
Contact Me
Creating an AMI Image as a backup with Python
We all know the importance of having current backups. Let’s take a look at programatically selecting a server based on name tag (in my case I decided to backup the private git server we setup previously). We can also utilize a similar setup to create load balancing servers for our web apps, or we can…