Skip to content

Commit

Permalink
Merge pull request #148 from wellcomecollection/rk/expand-prod-volume
Browse files Browse the repository at this point in the history
Increase production volume size, to allow more space for ingests & transfers
  • Loading branch information
kenoir authored Feb 5, 2024
2 parents 62267fd + 6782c02 commit 0ee3791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions terraform/critical_prod/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/critical_prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ module "critical" {

unpacker_task_role_arn = data.terraform_remote_state.storage_service_prod.outputs.unpacker_task_role_arn

ebs_volume_size = 250
ebs_volume_size = 500
}
2 changes: 1 addition & 1 deletion terraform/modules/critical/rds.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_rds_cluster" "archivematica" {
vpc_security_group_ids = [aws_security_group.database_sg.id]

engine = "aurora-mysql"
engine_version = "5.7.mysql_aurora.2.11.0"
engine_version = "5.7.mysql_aurora.2.11.2"
}

resource "aws_rds_cluster_instance" "archivematica" {
Expand Down

0 comments on commit 0ee3791

Please sign in to comment.