ministryofjustice / cloud-platform

Documentation on the MoJ cloud platform
MIT License
87 stars 44 forks source link

Spike: Separate AWS Resource Subnets #4781

Open sj-williams opened 1 year ago

sj-williams commented 1 year ago

Background

As a result of ENI prefix limits issue encountered during EKS Module v18 upgrade work, we need to explore better ways of allocating and managing ip addresses within Cloud Platform VPC.

Currently we provision AWS resources such as RDS, ElasticSearch etc into the same private subnets as our cluster nodes themselves. These subnets have a CIDR range /19 (8190 addresses)

We should investigate moving these resources into their own private subnets within the VPC so that we have more ip addresses available in our cluster subnets for CNI to provision as prefix blocks.

Things to look at:

Proposed user journey

Approach

Which part of the user docs does this impact

Communicate changes

Questions / Assumptions

Definition of done

Reference

How to write good user stories

prakash-moj commented 11 months ago

https://github.com/ministryofjustice/cloud-platform/issues/4780