-
Notifications
You must be signed in to change notification settings - Fork 290
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
Investigate isolated subnets with smaller CIDR ranges #5929
Comments
First pass at attempting this in Sprinkler / |
As a brief roundup of what I saw on the 9th, adding new ranges isn't difficult, but it will result in an additional VPC CIDR being added to the relevant VPC. This additional CIDR will then be propagated into our AWS Transit Gateway route tables, so there is a risk that this could overlap with an existing range elsewhere in the MOJ internal network.
There is a minimum size that we can use for an additional CIDR, which is a factor of how the |
OK! Having looked into this, it's the isolated subnet requirement that's an issue. We can create supplemental subnets in an additional CIDR range, but these will still be connected to the MP Transit Gateway, and still have access to the internet through the VPC internet gateway. That leaves two immediate options:
I think that extending the I'll also comment that if the VPC is to be permanently isolated - EG. Without any Transit Gateway attachment - then the address range isn't important as traffic will never be routed to or from other private networks. We could provision the same |
We currently hold documentation on additional subnet sets here: |
After discussing this with @davidkelliott we're going to create the isolated VPC as a separate resource in the relevant |
User Story
We currently offer the option of isolated networking, this is networking which uses our allocated IP ranges, but is not connected to anything, no external access, no internal wider MOJ access, no access to MP TGW.
The purpose of this option is for teams who wish to securely store data with no network access.
Originally these were planned to be done with /21 CIDR blocks, but these are in limited supply and excessive for one application, so it would be better if we can use smaller blocks.
We have never actually created one of these networks before, so we need to do the following:
Value / Purpose
Enable more manageable isolated subnets and ensure we know how to create them.
Useful Contacts
David Elliott, Richard Baguley
Additional Information
This is required for a new data platform account
Definition of Done
The text was updated successfully, but these errors were encountered: