Tim Cheung
Tim Cheung
## Background In [cloud-platform-maintenance-page](https://github.com/ministryofjustice/cloud-platform-maintenance-page), the [github workflow](https://github.com/ministryofjustice/cloud-platform-maintenance-page/blob/main/.github/workflows/docker-build.yaml) is using pushing image to DockerHub rather than ECR. It is not updated and not align with the Readme file which mentions `Configure...
## Background Live ElasticSearch seems to have some problem on the storage usage. We [bumped](https://github.com/ministryofjustice/cloud-platform-infrastructure/pull/3144) the elasticsearch ebs volume from 3TB to 4TB on 2024-06-17 which is 2 weeks ago...
## Background The ECR Module terraform-aws-provider defined in versions.tf is currently at >=4.0.0. We need to upgrade the provider to the latest major 5 release. What to do: - review...
- Refactor [ruby delete job](https://github.com/ministryofjustice/cloud-platform-environments/blob/main/bin/delete_completed_jobs.rb) to go - Relates to ministryofjustice/cloud-platform#5487
Scenario 7: io2 IOPS Not Specified - Variables: - storage_type = "io2" - db_iops = "1000" - db_allocated_storage = "100" Result: terraform plan pass.
Scenario 6: io2 IOPS Not Specified - Variables: - storage_type = "io2" - db_iops = "1000" - db_allocated_storage = "80" Result: Precondition fails with the error message about io2 storage...
Scenario 5: io2 IOPS Not Specified - Variables: - storage_type = "io2" - db_iops = null Result: Precondition fails with the error message about io2 IOPS.
sql storage size = 400 iops = null expected result: terraform plan pass
Oracle - storage size = 200 - iops = 12000 expected result: terraform plan pass
Scenario 4: gp3 IOPS Specified with Large Storage - Variables: - storage_type = "gp3" - db_allocated_storage = 400 - db_engine = "postgres" - db_iops = 12000 Result: terraform plan pass