|
@@ -137,6 +137,19 @@ locals {
|
|
|
},
|
|
|
}
|
|
|
|
|
|
+ instance_types = {
|
|
|
+ #"alsi-master" = "t3a.small",
|
|
|
+ #"alsi-worker" = "t3a.small",
|
|
|
+ #"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
|
+ #"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-cm" = "m5a.xlarge",
|
|
|
+ "splunk-indexer" = "i3en.3xlarge",
|
|
|
+ "splunk-hf" = "m5a.xlarge",
|
|
|
+ "splunk-sh" = "m5a.4xlarge",
|
|
|
+ }
|
|
|
+
|
|
|
# Bastion
|
|
|
bastion_instance_type = "t3a.micro"
|
|
|
|