How to create a route table: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Creating a route table == * Login to the VPC console: : https://console.aws.amazon.com/vpc * From the left pane, click on "Route Tables" -> from the main pane, click on "Cr..." |
No edit summary |
||
Line 8: | Line 8: | ||
* Select the newly create route table -> from the lower pane, click on “Subnet Associated” -> Edit -> select the subnets that will be associated with the new route table -> click Save | * Select the newly create route table -> from the lower pane, click on “Subnet Associated” -> Edit -> select the subnets that will be associated with the new route table -> click Save | ||
* Logoff the Amazon console | * Logoff the Amazon console | ||
* For more information about route tables, see: | |||
: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Subnets.html#SubnetRouting |
Latest revision as of 08:15, 29 April 2018
Creating a route table
- Login to the VPC console:
- From the left pane, click on "Route Tables" -> from the main pane, click on "Create Route Table":
- Name tag: Specify here a name tag to reflect the route table and the VPC or subnet name
- VPC: Select the relevant VPC from the list
- Click on "Yes, Create"
- Select the newly create route table -> from the lower pane, click on “Subnet Associated” -> Edit -> select the subnets that will be associated with the new route table -> click Save
- Logoff the Amazon console
- For more information about route tables, see: