소스 검색

Updates Vault Instance Types in GovCloud

See https://github.xdr.accenturefederalcyber.com/mdr-engineering/msoc-infrastructure/pull/1247 for more info.
Fred Damstra 4 년 전
부모
커밋
557d099149
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      prod/aws-us-gov/mdr-prod-c2/account.hcl
  2. 1 1
      test/aws-us-gov/mdr-test-c2/account.hcl

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

@@ -191,7 +191,7 @@ locals {
   resolver_instance_type = "t3a.micro"
 
   # Vault Server
-  vault_server_instance_type = "t3a.micro"
+  vault_server_instance_type = "t3a.medium"
   
   # Sensu Server
   sensu_server_instance_type = "t3a.medium"

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

@@ -192,7 +192,7 @@ locals {
   repo_server_instance_type = "t3a.micro"
 
   # Vault Server
-  vault_server_instance_type = "t3a.micro"
+  vault_server_instance_type = "t3a.small"
 
   # Sensu Server
   sensu_server_instance_type = "t3a.medium"