EC2-Instance-Manager is a command-line utility designed to showcase the management of AWS EC2 instances.
- List active EC2 instances.
- Start specified EC2 instances by ID.
- Stop specified EC2 instances by ID.
- Utilizes a configuration file for AWS credentials and region settings.
This tool serves both as a functional utility and a demonstration of coding proficiency in AWS operations and Python scripting. It's primarily intended for developers and IT professionals familiar with AWS EC2. Secure handling of the configuration file is essential to protect sensitive AWS credentials.
- Python 3
- boto3 library installed
- Configure your local CLI for your AWS account or configure config.ini (Do not share!)
- Run command :-)