Skip to content

Adphorus/ec2-allocate-subnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ec2-allocate-subnet

Tries to allocate given number of ip addresses on the same subnet. We were able to generate 8 addresses on the same subnet within an hour of runtime.

####Usage:

$ ./allocate.py <region> <ip_count> <is_vpc> ####Example:

$ ./allocate.py us-east-1 5 True

####Requirements: boto

You need to have your IAM credentials configured on your environment. See here.

About

Tries to allocate given number of ip addresses on the same subnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages