Skip to content

How to set route table as non-main?

0

I don't see edit option of it. I am using VPC console route table option.

Thx

asked 2 years ago5.7K views
2 Answers
5
Accepted Answer
AWS
EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
AWS
EXPERT
reviewed 2 years ago
2

The main route table is the default route table that every VPC has, and it's automatically associated with every subnet that you create, which doesn't have an explicit association with any other route table.

You cannot change a main route table to a custom one directly, or vice versa. However, what you can do is create a new custom route table, configure it as desired, and then change the association of your subnets from the main route table to the new custom route table.

EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.