Create a NAT Gateway with Amazon Console: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Procedure= | =Procedure= | ||
* Amazon VPC -> NAT Gateways -> Create NAT Gateway | * Amazon VPC -> NAT Gateways -> Create NAT Gateway. | ||
Subnet: must be a [[Amazon_VPC_Concepts#Public_Subnet|public subnet]], which will provide routing for the NAT's elastic IP address. For reasons, see: | |||
{{Internal|Amazon_VPC_Concepts#NAT_Gateway|NAT Gateway}} | |||
<font color=darkgray>TODO - document this</font) and then a route to them needs to be added to the corresponding routing tables (<font color=darkgray>TODO - document this https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-create-route</font). | <font color=darkgray>TODO - document this</font) and then a route to them needs to be added to the corresponding routing tables (<font color=darkgray>TODO - document this https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-create-route</font). |
Revision as of 04:46, 9 April 2019
External
Internal
Procedure
- Amazon VPC -> NAT Gateways -> Create NAT Gateway.
Subnet: must be a public subnet, which will provide routing for the NAT's elastic IP address. For reasons, see:
TODO - document this</font) and then a route to them needs to be added to the corresponding routing tables (TODO - document this https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-create-route</font).