Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/03-compute-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ echo $ROUTETABLE
# rtb-02c3ef4e030f0d5b2
aws ec2 create-route --route-table-id $ROUTETABLE --destination-cidr-block 0.0.0.0/0 --gateway-id $INTERNETGW
aws ec2 modify-subnet-attribute --subnet-id $SUBNET --map-public-ip-on-launch

aws ec2 associate-route-table --route-table-id $ROUTETABLE --subnet-id $SUBNET
```

Verify that the route table is associated with the VPC network:
Expand Down