|
@@ -126,8 +126,10 @@ locals {
|
|
|
|
|
|
instance_types = {
|
|
|
"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
|
- "splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
|
|
|
- #"splunk-indexer" = "m5d.large", # these are 1/2 the price of i3en.larges, but my first test didn't work. Worth retesting.
|
|
|
+ #"splunk-indexer" = "t3a.small", # legacy: t2.small, but whats the point if we don't have instance storage.
|
|
|
+ #"splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
|
|
|
+ #"splunk-indexer" = "m5d.large", # these are 1/2 the price of i3en.larges. 8GB RAM, 75GB storage
|
|
|
+ "splunk-indexer" = "m5d.xlarge", # 16GB RAM, 150GB SSD
|
|
|
"splunk-hf" = "t3a.small", # legacy: t2.medium
|
|
|
"splunk-sh" = "t3a.small", # legacy: ? not sure
|
|
|
}
|