Skip to content

Start server on user demand. Shutdown when not in use.

License

Notifications You must be signed in to change notification settings

rvbg/aws-on-demand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS On Demand

Docker

Run the container

docker run --name aws-on-demand --restart unless-stopped -p 5000:5000 -e FORMPASSWORD='' -e AWSACCESSKEYID='' -e AWSSECRETKEY='' -e EC2REGIONNAME='' -e EC2INSTANCEID='' -d rvbg/aws-on-demand

Environment variables

ENV Description
FORMPASSWORD Your own password to start the server via the web interface
AWSACCESSKEYID AWS → My Security Credentials → Access keys → Create New Access Key
AWSSECRETKEY " "
EC2REGIONNAME Your instance region. Check this list out.
EC2INSTANCEID The instance ID

Build

docker build -t rvbg/aws-on-demand .

About

Start server on user demand. Shutdown when not in use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published