WYSIWYG

http://kufli.blogspot.com
http://github.com/karthik20522

Saturday, May 16, 2015

Trivial bash Script to restart services in AWS

Too many aws servers? Been there and I hate it. Following is a simple script that I use to restart services running on EC2 instances. I am using AWS Cli to get the ip address based on tag names and then ssh into the box and to the command. Note that the tag names are the same as service names in my case.

Labels: ,

Wednesday, May 13, 2015

RabbitMQ Upgrade - Bash Script

An easy to read, trivial bash script for upgrading RabbitMQ service.

Labels: