|
@@ -142,18 +142,19 @@ locals {
|
|
|
instance_types = {
|
|
|
"alsi-master" = "t3a.small",
|
|
|
"alsi-worker" = "t3a.small",
|
|
|
+ "github" = "c5.2xlarge", # legacy: c4.4xlarge in prod, c5.2xlarge in test
|
|
|
+ "github-backup" = "t3a.medium", # legacy: t2.micro
|
|
|
+ "jira-rds" = "db.t3.medium",
|
|
|
+ "jira-server" = "t3a.small", # legacy test: t2.small, legacy prod: t2.medium
|
|
|
+ "phantom" = "t3a.medium", # legacy test: t2.medium, legacy prod: m4.4xlarge
|
|
|
+ "qcompliance" = "t3a.small", # legacy: ? not sure
|
|
|
"splunk-cm" = "t3a.small", # legacy: t2.small
|
|
|
+ "splunk-hf" = "t3a.small", # legacy: t2.medium
|
|
|
#"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
|
|
|
- "qcompliance" = "t3a.small", # legacy: ? not sure
|
|
|
- "github" = "c5.2xlarge", # legacy: c4.4xlarge in prod, c5.2xlarge in test
|
|
|
- "github-backup" = "t3a.medium", # legacy: t2.micro
|
|
|
- "jira-rds" = "db.t3.medium",
|
|
|
- "jira-server" = "t3a.small", # legacy test: t2.small, legacy prod: t2.medium
|
|
|
}
|
|
|
|
|
|
# TODO: The instance types below should be moved to the instance_type map above
|