Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyzt authored Mar 23, 2024
1 parent db29706 commit b06672e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ To access the Jupyter web server provided by our Docker image,
we need to create a security group which allows HTTPS network access.

1. **Basic details:** Name the security group **jupyter**.
2. **Inbound rules:** Add the following rules:
2. **Inbound rules:** Add the following rules —

| Type | Protocol | Port range | Source type | Source | Description
| ---- | -------- | ---------- | ----------- | ------ | -----------
| Custom TCP | _(TCP)_ | 8888 | My IP | _(Your IP)_ | Open TCP port for Jupyter server
| HTTPS | _(TCP)_ | _(443)_ | My IP | _(Your IP)_ | Allow HTTPS for Jupyter server
| SSH | _(TCP)_ | _(22)_ | My IP | _(Your IP)_ | Allow SSH access to the instance

If your IP address is not fixed,
If your IP address is not fixed (for example, if you primarily use cellular data or are on a large WiFi network),
you should instead enter "Custom" for **Source type** and the range of possible IP addresses you use in **Source**.

4. **Outbound rules:** Add the following rule:
4. **Outbound rules:** Add the following rule (if it isn't already there) —

| Type | Protocol | Port range | Source type | Source | Description
| ---- | -------- | ---------- | ----------- | ------ | -----------
Expand Down

0 comments on commit b06672e

Please sign in to comment.