Skip to content

putcn/aws_instance_switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_instance_switch

quickly start or stop your instance

Build your own docker image

docker build -t <your image tag> .

Run the command

docker run -it --rm <image id> --action <start|stop|reboot|status> --access_key_id <your access key id> --access_key <your access key> --region us-east-2

region is optional. <image id> can be the image tag you just built, or putcn/instance_switch to use the prebuilt one.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages