Skip to content

Commit

Permalink
🔧 Added README comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lubneuski committed Nov 11, 2024
1 parent dd4d573 commit 93f8f2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,19 @@ This will remove all inactive images. Inactive images - images that are not used
d3b_cli_igor/utils/templates
~~~

tunnel-to-host
-------------

Igor will tunnel to a host through intermediate EC2 instance that has SSM enabled.

***Usage***

~~~
igor tunnel-to-host --instance_id "i-0b39394832838" --port 5432 --local_port 5432 --host some-database-in-vpc.ctc077.us-east-1.rds.amazonaws.com
~~~

This will open port 5432 on localhost.

Developing Igor
===============

Expand Down

0 comments on commit 93f8f2d

Please sign in to comment.