Browse Source

Merge pull request #431 from mdr-engineering/bugfix/dw_noticket_bigger-afs-hf

Box is struggling CPU-wise, make it bigger
Duane Waddle 3 years ago
parent
commit
4ad3c3bbb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prod/aws-us-gov/mdr-prod-afs/account.hcl

+ 1 - 1
prod/aws-us-gov/mdr-prod-afs/account.hcl

@@ -48,7 +48,7 @@ locals {
     "alsi-worker"    = "t3a.small",
     "splunk-cm"      = "m5a.xlarge",  # legacy: t2.small
     "splunk-indexer" = "i3en.6xlarge", # legacy: t2.small, but whats the point if we don't have instance storage.
-    "splunk-hf"      = "m5a.xlarge", # legacy: t2.medium
+    "splunk-hf"      = "m5a.2xlarge", # legacy: t2.medium
     "splunk-sh"      = "m5a.4xlarge", # legacy: ? not sure
   }