Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0651b67

Browse files
authored
doc: aws ami: use text from AWS UI checkboxes (#42138)
doc: aws ami: use text from AWS UI checkboxes and set auto-assign IP to "enable"
1 parent 1bfa5f7 commit 0651b67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/admin/deploy/aws-ami.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Following these docs will provision the following resources:
2626
4. Select an **instance type** according to [the sizing chart](#instance-size-chart).
2727
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).
2828
6. **Network settings**:
29+
- Under "Auto-assign public IP" select "Enable".
2930
- 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)
3334
- **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.
3435
7. **Configure storage**:
3536
- Root Volume: 50GB

0 commit comments

Comments
 (0)