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: gitpod-network-check/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ A CLI to check if your network setup is suitable for the installation of Gitpod.
46
46
instance-ami: # put your custom ami id here if you want to use it, otherwise it will using latest ubuntu AMI from aws
47
47
```
48
48
49
+
note: if using a custom AMI, please ensure the [SSM agent](https://docs.aws.amazon.com/systems-manager/latest/userguide/manually-install-ssm-agent-linux.html) and [curl](https://curl.se/) are both installed. We rely on SSM's [SendCommand](https://docs.aws.amazon.com/code-library/latest/ug/ssm_example_ssm_SendCommand_section.html) to test HTTPS connectivity.
50
+
49
51
2. Run the network diagnosis
50
52
51
53
To start the diagnosis, the the command: `./gitpod-network-check diagnose`
0 commit comments