Hi, this is the proposal to add multiple AWS account support via ~/.aws/ folder and config files. Currently it breaks backwards compatibility, but I can fix it, if you are OK with those changes.
Routes were not calculated propely, Quota in AWS only applied to user created routes, not all routes. We also had routes created by VPG, and this is not goes into quota.
Also security groups count was not working as it should. AWS data structure is misleading, for example if you have multiple network masks for sg['IpPermissions'] it actually counts as number of networks not as one rule upon quota.
Hi, this is the proposal to add multiple AWS account support via
~/.aws/
folder and config files. Currently it breaks backwards compatibility, but I can fix it, if you are OK with those changes.Routes were not calculated propely, Quota in AWS only applied to user created routes, not all routes. We also had routes created by VPG, and this is not goes into quota. Also security groups count was not working as it should. AWS data structure is misleading, for example if you have multiple network masks for
sg['IpPermissions']
it actually counts asnumber of networks
not as one rule upon quota.