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