Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review subnet CIDR ranges for AWS and Azure networking deployment #22

Closed
jimright opened this issue Aug 4, 2023 · 1 comment
Closed

Comments

@jimright
Copy link
Contributor

jimright commented Aug 4, 2023

There are two issues with the network deployments in the AWS and Azure pre-requisites modules when create_{vpc/vnet} = true:

  • The default CIDR range for the virtual network is /16. This is probably overkill for a secure PoC / pre-prod setup. We should look to reduce the range.
  • For semi-private deployments the network space is split evenly between private and public/gateway subnets. We need to change this so that private subnets get a larger space (e.g. /21) than the public/gateway subnets (e.g. /24).
@jimright
Copy link
Contributor Author

jimright commented Sep 7, 2023

Fixed in #29

@jimright jimright closed this as completed Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant