Created
June 6, 2016 07:17
-
-
Save rutvij-pandya/27364b18fd190da3489870657a823ea6 to your computer and use it in GitHub Desktop.
AWS Part 4-VPC, Subnet, NAT instance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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