Galdor has asked for the wisdom of the Perl Monks concerning the following question:

Looking to manage hundreds of distinct subnets in separate Amazon AWS accounts and each will have unique VPC/CIDR subnets - The idea is to: I though of writing a perl script to manage this - but not sure how to do it. Is this even possible? If so what modules do the wise monks propose?

2018-11-24 Athanasius added <ul> and <li> tags

Replies are listed 'Best First'.
Re: Managing IP CIDR blocks
by hippo (Archbishop) on Nov 23, 2018 at 15:33 UTC

    As a satisfied customer of Net::CIDR::Lite I have no hesitation in recommending this module for most CIDR tasks. It should simplify some, if not all, of the actions you've outlined here.

      Thank you Sir! I am on my way ...