Can I Reduce the Size of a VPC CIDR?

0
19
Asked By TechieNinja42 On

I'm wondering if it's possible to downsize a VPC CIDR. For instance, can I change it from 10.30.0.0/16 to 10.30.0.0/20? Would love to hear if anyone else has tackled this problem!

3 Answers

Answered By DocuMan54 On

Based on the AWS documentation, you can't change the default CIDR block of an existing VPC. You can only create a new CIDR block and manage new subnets with that. So if you're looking to downsize, you’ll have to start fresh and handle everything from there!

Answered By VPCWizard99 On

Only option is to create or delete VPCs as needed. No downsizing directly.

Answered By NetworkNerd27 On

Nope, you can’t just resize the existing CIDR block. The easiest approach would be to add a new CIDR block that's smaller and move your resources over to that. What exactly are you trying to achieve with this change?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.