|
@@ -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"
|