We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109a657 commit 1b0ebbaCopy full SHA for 1b0ebba
README.md
@@ -383,4 +383,18 @@ python ./ssh-ssm.py
383
aws ssm start-session --target i-06a744b2cf12e2356 --document-name AWS-StartPortForwardingSession --parameters '{"portNumber": ["22"], "localPortNumber": ["2222"]}'
384
```
385
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
400
0 commit comments