Browse Source

Replaces all t3a.micros with t3a.xlarges

Seems like a reasonable size to avoid our clamav problems.
Fred Damstra [afs macbook] 3 years ago
parent
commit
2390ea39da

+ 3 - 3
prod/aws-us-gov/mdr-prod-c2/account.hcl

@@ -184,7 +184,7 @@ locals {
   salt_master_instance_type = "t3a.xlarge"
 
   # mailrelay
-  mailrelay_instance_type = "t3a.micro"
+  mailrelay_instance_type = "t3a.xlarge"
 
   # Nessus Scanner Variables
   nessus_scanner_count = 2
@@ -200,13 +200,13 @@ locals {
   proxy_server_instance_type = "t3a.medium"
 
   # Repo Server
-  repo_server_instance_type = "t3a.micro"
+  repo_server_instance_type = "t3a.xlarge"
 
   # rhsso
   rhsso_instance_count = 1 # > 1 is untested, likely requires additional work
 
   # DNS Resolver
-  resolver_instance_type = "t3a.micro"
+  resolver_instance_type = "t3a.xlarge"
 
   # Vault Server
   vault_server_instance_type = "t3a.medium"

+ 6 - 6
test/aws-us-gov/mdr-test-c2/account.hcl

@@ -170,10 +170,10 @@ locals {
 
   # TODO: The instance types below should be moved to the instance_type map above
   # DNS Resolver
-  resolver_instance_type = "t3a.micro"
+  resolver_instance_type = "t3a.xlarge"
 
   # Bastion
-  bastion_instance_type = "t3a.micro"
+  bastion_instance_type = "t3a.xlarge"
 
   # Keycloak
   keycloak_instance_count = 1 # May or may not support > 1
@@ -182,7 +182,7 @@ locals {
   salt_master_instance_type = "t3a.large"
 
   # Mail Relay Server
-  mailrelay_instance_type = "t3a.micro"
+  mailrelay_instance_type = "t3a.xlarge"
 
   # Nessus Scanner Variables
   nessus_scanner_count = 2
@@ -195,10 +195,10 @@ locals {
   phantom_instance_count = 1
 
   # Proxy Server
-  proxy_server_instance_type = "t3a.micro"
+  proxy_server_instance_type = "t3a.xlarge"
 
   # Repo Server
-  repo_server_instance_type = "t3a.micro"
+  repo_server_instance_type = "t3a.xlarge"
 
   # rhsso
   rhsso_instance_count = 1 # > 1 is untested, likely requires additional work
@@ -224,7 +224,7 @@ locals {
 
   # Interconnects
   interconnect_asn = 64777
-  interconnects_instance_type = "t3a.micro"
+  interconnects_instance_type = "t3a.xlarge"
   interconnects_key_name = "fdamstra" # DO NOT CHANGE
   interconnects_count = 2
   interconnect_instances_path = "../018-interconnect-instances"