|
@@ -153,6 +153,7 @@ locals {
|
|
|
instance_types = {
|
|
|
#"alsi-master" = "t3a.small",
|
|
|
#"alsi-worker" = "t3a.small",
|
|
|
+ "bastion" = "t3a.medium",
|
|
|
"fm-shared-search" = "m5a.large", # Legacy: t2.small, prod m4.large
|
|
|
"github" = "c5.4xlarge", # legacy: c4.4xlarge in prod, c5.2xlarge in test
|
|
|
"github-backup" = "t3a.medium", # legacy: t2.medium
|
|
@@ -173,9 +174,6 @@ locals {
|
|
|
"portal" = "t3a.medium", # legacy: t2.medium
|
|
|
}
|
|
|
|
|
|
- # Bastion
|
|
|
- bastion_instance_type = "t3a.xlarge"
|
|
|
-
|
|
|
# GitHub
|
|
|
github_instance_count = 1
|
|
|
github_data_volume_size = 500
|