AWS VPC – Default Route Table Configuration in CloudFormation

amazon-cloudformationamazon-route53amazon-web-servicesrouting

Am I missing something but is there no way to add a route via CloudFormation to the default route table that comes provisioned with a VPC?

Best Answer

Nah you can't, there's nothing to refer to anyway (e.g. logical ID). Just create your own main table ;-).

This is probably one of the reason it can't be used:

One way to protect your VPC is to leave the main route table in its original default state (with only the local route), and explicitly associate each new subnet you create with one of the custom route tables you've created. This ensures that you must explicitly control how each subnet's outbound traffic is routed.