From f89c3738f664e5f883446c44b1f54ef6acd74b35 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Wed, 6 Sep 2023 17:30:10 -0500 Subject: [PATCH] Replace production couch node 2 --- .../0009-move-to-3-jammy-nodes/couchdb-step-2.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-2.yml diff --git a/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-2.yml b/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-2.yml new file mode 100644 index 0000000000..ddd30a0957 --- /dev/null +++ b/environments/production/migrations/0009-move-to-3-jammy-nodes/couchdb-step-2.yml @@ -0,0 +1,2 @@ +target_allocation: + - couch11,couch_a0,couch_a1:3 diff --git a/environments/production/terraform.yml b/environments/production/terraform.yml index 8700820a75..83448c889a 100644 --- a/environments/production/terraform.yml +++ b/environments/production/terraform.yml @@ -193,17 +193,13 @@ servers: os: jammy - server_name: "couch_a1-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: "a" 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 @@ -620,8 +616,8 @@ internal_albs: health_check_interval: 30 targets: - couch11-production - - couch12-production - couch_a0-production + - couch_a1-production elasticache_cluster: create: yes