From 7c7d1bd98e54e9d5c637bbc68de955e2e59fe7a4 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Wed, 6 Sep 2023 17:31:39 -0500 Subject: [PATCH] Replace production couch node 3 --- .../0009-move-to-3-jammy-nodes/couchdb-step-3.yml | 2 ++ environments/production/terraform.yml | 10 +++------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-3.yml diff --git a/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-3.yml b/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-3.yml new file mode 100644 index 0000000000..65da481e79 --- /dev/null +++ b/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-3.yml @@ -0,0 +1,2 @@ +target_allocation: + - couch_a0,couch_a1,couch_b0:3 diff --git a/environments/production/terraform.yml b/environments/production/terraform.yml index b1f05cbc03..fd121defba 100644 --- a/environments/production/terraform.yml +++ b/environments/production/terraform.yml @@ -191,17 +191,13 @@ servers: os: jammy - server_name: "couch_b0-production" - ## Increase once ready for migration - # server_instance_type: c6a.8xlarge - server_instance_type: c6a.large + server_instance_type: c6a.8xlarge network_tier: "db-private" az: "b" volume_size: 80 volume_encrypted: yes block_device: - ## Increase once ready for migration - # volume_size: 3150 - volume_size: 1 + volume_size: 3150 encrypted: yes group: "couchdb2" os: jammy @@ -601,9 +597,9 @@ internal_albs: target_port: 15984 health_check_interval: 30 targets: - - couch11-production - couch_a0-production - couch_a1-production + - couch_b0-production elasticache_cluster: create: yes