Skip to content

A simple Dos script to manage your EC2 instances quickly, without login into AWS GUI

Notifications You must be signed in to change notification settings

CarloSacchi/aws-dos-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

aws-dos-console

Ths is a simple BASH / CMD .cmd script that automate and simplify some operations like:

  • list the EC2 instances (based on your preferred region on yuor AWS CLI configuration);
  • select ID of the instance to manage;
  • Start / Check / Stop that instance selected
  • Change type of an instance.

You can select instances to manage by ID then Start, Stop or simply check if it is on running state.

First Step: Launch this script

Alt text

Second Step: The script list instances and Ask you to select an instance, copy and paste the ID, then press enter

Alt text

  • if you write 'check' it the script check simply the state,
  • if you write 'start' the script starts the instance,
  • if you write 'stop' the script stops the instance.

Then the script ask to you if you want to exit or not.

About

A simple Dos script to manage your EC2 instances quickly, without login into AWS GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%