Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 578 Bytes

Introduction

There are three scripts to list, start and stop aws-ec2 instances using python command line.

Prerequisite

Use

listEc2

python listEc2.py [arg]
Single input argument accepted. Valid choices are [all, running, stopped].

startEc2

python startEc2.py [arg]
Single input argument accepted. Valid choices is the instance id.

stopEc2

python stopEc2.py [arg]
Single input argument accepted. Valid choices is the instance id.