You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
There are two issues with the network deployments in the AWS and Azure pre-requisites modules when
create_{vpc/vnet} = true
:The text was updated successfully, but these errors were encountered: