There are three scripts to list, start and stop aws-ec2 instances using python command line.
python listEc2.py [arg]
Single input argument accepted. Valid choices are [all, running, stopped].
python startEc2.py [arg]
Single input argument accepted. Valid choices is the instance id.
python stopEc2.py [arg]
Single input argument accepted. Valid choices is the instance id.