Skip to content

haisrig/ec2-app-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ec2-app-be

Gets the EC2 instance data from AWS and perform actions Start, Stop and Terminate on the given EC2 instance ID.

REST Endpoints

/login

Method: Post

Parameters:- username and password (Currently its hardcoded)

/get

Method: Get

Parameters:- owner tag value

/start

Method: Post

Parameters:- instance id

/stop

Method: Post

Parameters:- instance id

/terminate

Method: Post

Parameters:- instance id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages