Skip to content

l22-io/EC2-Instance-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC2-Instance-Manager

EC2-Instance-Manager is a command-line utility designed to showcase the management of AWS EC2 instances.

Features:

  • 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.

Prerequisites

  • Python 3
  • boto3 library installed

Usage:

  1. Configure your local CLI for your AWS account or configure config.ini (Do not share!)
  2. Run command :-)

About

Simple AWS EC2-Instance Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages