Skip to content

Commit 0a5b246

Browse files
authored
Custom AMI requirements (#11)
1 parent 7bb8cda commit 0a5b246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitpod-network-check/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ A CLI to check if your network setup is suitable for the installation of Gitpod.
4646
instance-ami: # put your custom ami id here if you want to use it, otherwise it will using latest ubuntu AMI from aws
4747
```
4848
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+
4951
2. Run the network diagnosis
5052
5153
To start the diagnosis, the the command: `./gitpod-network-check diagnose`

0 commit comments

Comments
 (0)