1,234
edits
Changes
→AWS Networking
** Edit subnet, enable auto-assign public IPv4 addresses
** Internet Gateway: Create ops345-internet-gateway, attach to vpc-ops345
** Create new Route table ops345-route-table, add route for 0.0.0.0/0 through ops345-internet-gateway. Then add explicit subnet association to subnet-ops345
* Create a new security group "ops345sg" in vpc-ops345 with only the SSH port open.
* Create a new VM named "router", in the new vpc/subnet.