Skip to content

Automatically generate CIDRs for subnets in a VPC

Notifications You must be signed in to change notification settings

Photon0gen/autocidr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTO CIDR

Automatically generate CIDRs for the subnets in your VPC.

Given the:

  • CIDR of the VPC
  • hash of Subnets
    • subnet can specify 'MinSize' (defaults to 16 (/28 prefix) which is the minimum AWS allows)

Returns the dictionary of subnets with 'cidr' added for each subnet

Install

pip install -t lib/ -r requirements.txt

About

Automatically generate CIDRs for subnets in a VPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages