Skip to content

Commit

Permalink
Increase EBS volume size and change from m6g to r6g instance type
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhowell-gds committed Jul 26, 2024
1 parent 8d4aa85 commit f1f8c28
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ module "variable-set-opensearch-integration" {

tfvars = {
hosted_zone_name = "chat"
engine_version = "2.11"
engine_version = "2.13"
security_options_enabled = true
volume_type = "gp3"
throughput = 250
ebs_enabled = true
ebs_volume_size = 45
ebs_volume_size = 90
service = "chat"
instance_type = "m6g.2xlarge.search"
instance_type = "r6g.2xlarge.search"
instance_count = 3
dedicated_master_enabled = true
dedicated_master_count = 3
Expand Down

0 comments on commit f1f8c28

Please sign in to comment.