pkolyvas / simple-ec2-control

A small project that allows for push-button control of EC2 instances. Used as a personal project for Boot.dev training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple AWS EC2 Instance Control

This app makes it easy to start and stop non-production EC2 instances when they are unsed intermittently for testing and validation.

Installation:

  • pip3 install boto3
  • pip3 install customtkinter
  • Ensure you have the AWS CLI installed and configured with your AWS access key ID and secret key

About

A small project that allows for push-button control of EC2 instances. Used as a personal project for Boot.dev training.


Languages

Language:Python 100.0%