Implement resource type AWS::EC2::RouteTable
AWS::EC2:
http://
Creates a new route table within a VPC. After you create a new route table, you can add routes and associate the table with a subnet.
Your VPC has an implicit router (represented by the R enclosed in a circle in the diagrams in this guide).
Your VPC automatically comes with a modifiable main route table.
You can create other route tables in your VPC (for the limit on the number you can create, see Appendix B: Limits).
You can replace the main route table with a custom table you've created (if you want a different table to be the default table each new subnet is associated with).
Parameters
VpcId
Tags
Maybe maps to a Quantum Router except there is no concept of a Route
quantum router-create --tenant_id [DEMO_TENANT_ID] router1
Comments
According to the route table documentation:
http://
a VPC comes with a default main route table.
AWS::EC2:
Whereas in Quantum, a router is not associated with a network, only subnets. This also means that a network does not have a default router assigned.
Blueprint information
- Status:
- Complete
- Approver:
- Steven Dake
- Priority:
- High
- Drafter:
- Steve Baker
- Direction:
- Approved
- Assignee:
- Steve Baker
- Definition:
- Approved
- Series goal:
- Accepted for grizzly
- Implementation:
- Implemented
- Milestone target:
- 2013.1
- Started by
- Steve Baker
- Completed by
- Steve Baker
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Implement RouteTable and subnet association
Addressed by: https:/
Implement Internet Gateway and VPC attachment
Work Items
Dependency tree
* Blueprints in grey have been implemented.