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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/admin/deploy/aws-ami.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,11 @@ Following these docs will provision the following resources:
26
26
4. Select an **instance type** according to [the sizing chart](#instance-size-chart).
27
27
5.**Key pair (login)**: Select or create a new Key Pair for connecting to your instance securely (this may be required in the event you need support).
28
28
6.**Network settings**:
29
+
- Under "Auto-assign public IP" select "Enable".
29
30
- Select a **Security Group** for the instance, or create one with the following rules:
30
-
-Default HTTP rule: port range 80, source 0.0.0.0/0, ::/0
31
-
-Default HTTPS rule: port range 443, source 0.0.0.0/0, ::/0
32
-
-Default SSH rule: port range 22, source 0.0.0.0/0, ::/0 (this may be required in the event you need support)
31
+
-Allow SSH from Anywhere (port range 22, source 0.0.0.0/0, ::/0)
32
+
-Allow HTTPS from the internet (port range 443, source 0.0.0.0/0, ::/0)
33
+
-Allow HTTP traffic from the internet (port range 80, source 0.0.0.0/0, ::/0)
33
34
-**NOTE**: If you do not wish to have HTTP/HTTPS exposed to the public internet, you may later choose to remove these rules so that all traffic routes through your AWS load balancer.
0 commit comments