Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rutvij-pandya/27364b18fd190da3489870657a823ea6 to your computer and use it in GitHub Desktop.
Save rutvij-pandya/27364b18fd190da3489870657a823ea6 to your computer and use it in GitHub Desktop.
AWS Part 4-VPC, Subnet, NAT instance
VPC and subnet
>> Reference - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Introduction.html
Config VPC - Config Subnet & associate with VPC
>> Reference - http://docs.aws.amazon.com/AmazonVPC/latest/GettingStartedGuide/getting-started-create-vpc.html
NAT (Network Access Translation) instance
>> Reference - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html
Config NAT server
>> Reference - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html#NATInstance
Define Routing in Subnet
>> Reference - http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html#nat-routing-table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment