Skip to content

Commit

Permalink
Merge pull request #6145 from pvisweswar/SAAS-15021/Downsize_elastics…
Browse files Browse the repository at this point in the history
…earch_data_nodes_from_t3a.xlarge_to_r6a.large

Downsize elasticsearch datanodes from t3a.xlarge to r6a.large
  • Loading branch information
dannyroberts authored Oct 17, 2023
2 parents 40044cb + 75d6b36 commit 211fb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/india/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ servers:
os: jammy

- server_name: "es4-india"
server_instance_type: "t3a.xlarge"
server_instance_type: "r6a.large"
network_tier: "db-private"
az: "a"
volume_size: 300
Expand All @@ -178,7 +178,7 @@ servers:
os: jammy

- server_name: "es5-india"
server_instance_type: "t3a.xlarge"
server_instance_type: "r6a.large"
network_tier: "db-private"
az: "b"
volume_size: 300
Expand Down

0 comments on commit 211fb51

Please sign in to comment.