Skip to content

Commit 1b0ebba

Browse files
author
mike dupont
committed
update readme
1 parent 109a657 commit 1b0ebba

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,18 @@ python ./ssh-ssm.py
383383
aws ssm start-session --target i-06a744b2cf12e2356 --document-name AWS-StartPortForwardingSession --parameters '{"portNumber": ["22"], "localPortNumber": ["2222"]}'
384384
```
385385

386+
* tunnel to aws
387+
388+
1. we can use this from cheaper hosting to create connections to aws, for ssm parameters.
389+
2. and for git
390+
3. allow you to share resources with agents from pc or phone
391+
392+
393+
```
394+
python ./ssh-ssm.py
395+
```
396+
```
397+
aws ssm start-session --target i-06a744b2cf12e2356 --document-name AWS-StartPortForwardingSession --parameters '{"portNumber": ["22"], "localPortNumber": ["2222"]}'
398+
```
399+
386400

0 commit comments

Comments
 (0)