Skip to content

Instantly share code, notes, and snippets.

@linki
Last active August 29, 2015 14:18
Show Gist options
  • Save linki/56fa0cb742da0161dd3c to your computer and use it in GitHub Desktop.
Save linki/56fa0cb742da0161dd3c to your computer and use it in GitHub Desktop.
eb tool

install eb command line client (v3)

configure credentials according to docs (aws key in env vars probably)

create a new folder, doesn't matter where and how it's called

  • run eb init
  • choose eu-west-1 : EU (Ireland)
  • choose the application you want: 8) Augur
  • run eb ssh
  • choose one of the application servers

see if it's running sudo docker ps

enter the running container: sudo docker exec -it $(sudo docker ps -lq) bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment