Tim Cheung

Results 32 issues of Tim Cheung

Scenario 3: gp3 IOPS Not Specified with Large Storage - Variables: - storage_type = "gp3" - db_allocated_storage = 400 - db_engine = "postgres" - db_iops = null Expected result: Precondition...

Scenario 2: gp3 Storage Size equal to 20 GiB - Variables: - storage_type = "gp3" - db_allocated_storage = 20 expected result: terraform plan pass.

Scenario 1: gp3 Storage Size Less Than 20 GiB - Variables: - storage_type = "gp3" - db_allocated_storage = 15 expected result: Precondition fails with the error message about gp3 storage...

fix below error ``` 2024/09/12 15:15:46 Running Terraform Apply for namespace: formbuilder-saas-test FATA[2387] error running terraform on namespace formbuilder-saas-test: unable to apply Terraform: exit status 1 Error: updating RDS DB...

fix below error https://concourse.cloud-platform.service.justice.gov.uk/teams/main/pipelines/environments-live/jobs/apply-live-b/builds/3335#L66be2b55:18392 ``` FATA[1878] error running terraform on namespace formbuilder-platform-test-dev: unable to apply Terraform: exit status 1 Error: updating RDS DB Instance (cloud-platform-49237c541a078a82): operation error RDS: ModifyDBInstance, https...

## Background Shield advanced is enabled using AWS Firewall Manager policies. This is managed in the [aws-root-account](https://github.com/ministryofjustice/aws-root-account/blob/main/organisation-security/terraform/firewall-manager.tf) Terraform code. Our both Cloud Platform and Cloud Platform Ephemeral Test AWS Account...

security-aws-shield

## TL;DR: When bumping module, users will need to take action and set the `db_iops` value to be at least `12000` for below 14 + 8 = **_22_** DBs -...

## Background After we have migrated to OpenSearch and decommission the ElasticSearch, we need to check and update our document to remove the ElasticSearch related content in our documents. The...

migrate-to-opensearch

## Background We cut a new `8.0.0` major release for RDS module which include upgrade storage type and IAM reboot permission. We have completed the testing and published the comms...