ssh access to your micros env [dev only]
1. Get Your Public Key Added to jumps.dev group. File a ticket here: https://extranet.atlassian.com/jira/servicedesk/customer/portal/2/create/1025
2. Wait for for ticket to resolve.
3. ssh to jumpbox
ᐅ ssh jumpbox.domain.dev.atl-inf.io
4. Find your IP address of your service instance
ᐅ ec2showservice ac-koa-hipchat-karma-reapi
+-----------------------------------------------------------+
| ac-koa-hipchat-karma-reapi | 0.1.0 | None |
| ac-koa-hipchat-karma-reapi | 0.1.0 | 10.116.46.48 |
+-----------------------------+------------+----------------+
5. ssh from the jumpbox to your service box
ᐅ ssh 10.116.46.48
6. If you have a docker container running on your service instance ( of course you do ), then run:
ᐅ docker ps
ᐅ docker exec -it <containerid> bash