Skip to content

PhysicalGraph/list_instances

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project can be built with the golang-builder
https://hub.docker.com/r/centurylink/golang-builder (https://github.com/CenturyLinkLabs/golang-builder)

add this function to your bashrc after building it with build.sh
build.sh will create a docker container and a binary that you can use directly

list_instances() { 
    docker run -it -e AWS_PROFILE=$AWS_PROFILE -v $HOME/.aws:/root/.aws smartthings-docker-deploy.jfrog.io/docker-deploy/list_instances:latest ./list_instances $*
}


About

Lists EC2 instances.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 81.4%
  • Dockerfile 9.9%
  • Shell 8.7%