Skip to content

oeil/aws-ec2-selfservice-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS EC2 Self Service Portal

Simple AWS EC2 Web Portal to control Instances (view, start, stop ...).

Also provide easy to use simple scheduling features to plan on starting specific ec2 instances for 1 hour, 5 hours, next week of work... And also schedule instances to stop in hour(s) ...

Screenshots

Image of Aws EC2 Self Service

Image of Aws EC2 Self Service - Schedule Instance Start

Workflow

To run the application, run "mvn jetty:run -DAWSAccessKeyId=%AccessKeyId% -DAWSSecretKey=%SecretKey%" and open http://localhost:8080/

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war -DAWSAccessKeyId=%AccessKeyId% -DAWSSecretKey=%SecretKey%"

** Replace %AccessKeyId% and %SecretKey% with key values from your AWS Account.

About

AWS EC2 Self-Service Portal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published