コマンドライン や シェルスクリプト ( bash , sh ) から Route53 ( DNS ) の設定を行えるツール cli53 のインストール メモ

# yum install python
# yum install python-setuptools
# yum install git
# sudo easy_install dnspython
# cd /tmp
# git clone http://github.com/boto/boto
# cd boto
# python setup.py install
# cd /tmp
# git clone https://github.com/barnybug/cli53.git
# cd cli53
# python setup.py install
# /usr/bin/cli53 list