You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,14 @@ Open an SSH connection to your ec2 instances via AWS SSM without the need to ope
32
32
```
33
33
34
34
#### Open SSH Connection
35
-
* Ensure AWS CLI environemnt variables are set properly e.g. `export AWS_PROFILE=default` or `AWS_PROFILE=default ssh ... <INSTACEC_USER>@<INSTANCE_ID>`
36
-
* If default region does not match instance region you need to provide it like this `<INSTACEC_USER>@<INSTANCE_ID>--<INSTANCE_REGION>`
35
+
* Ensure AWS CLI environemnt variables are set properly e.g.
36
+
*`export AWS_PROFILE=default` or `AWS_PROFILE=default ssh ... <INSTACEC_USER>@<INSTANCE_ID>`
37
+
* If default region does not match instance region you need to provide it e.g.
0 commit comments