This is testing for cloudwatcn notifications.
Ideally, all scripts will be written in Python and will interact with your AWS environment via the boto python module.
Pre-requisites:
- Use Python virtualenv.
- Install 'boto' module with pip:
pip install boto - Install 'fabric' module with pip:
pip install fabric