Browse Source

Updates aws config colors

Brad Poulton 4 năm trước cách đây
mục cha
commit
60ed5f4b8a
2 tập tin đã thay đổi với 21 bổ sung21 xóa
  1. 1 1
      AWS New Account Setup Notes.md
  2. 20 20
      files/config

+ 1 - 1
AWS New Account Setup Notes.md

@@ -140,7 +140,7 @@ terragrunt apply
 Repeat for the govcloud account. Be sure to update your ~/.aws/credentials. Both the govcloud and commercial accounts needs to be configued.
 `cd ../../../aws-us-gov/mdr-prod-${CUSTOMERPREFIX}`
 
-If everything is working correct, delete the AWS access keys from the MDRAdmin user in both Commercial and GovCloud as well as IAMAdmin user and personal MFA. Update `AWS Notes.md` and add the new account to the shared AWS confiugration. The new configuration should match this format.
+If everything is working correct, delete the AWS access keys from the MDRAdmin user in both Commercial and GovCloud as well as IAMAdmin user and personal MFA. Update `files/config` and add the new account to the shared AWS confiugration. The new configuration should match this format.
 
 `vim ~/.aws/config`
 

+ 20 - 20
files/config

@@ -31,19 +31,19 @@ duration_seconds = 28800
 [profile legacy-mdr-test]
 role_arn = arn:aws:iam::527700175026:role/user/mdr_terraformer
 region = us-east-1
-color = ff1a1a
+color = ffd700
 source_profile = commercial
 
 [profile legacy-mdr-prod]
 role_arn = arn:aws:iam::477548533976:role/user/mdr_terraformer
 region = us-east-1
-color = ff1a1a
+color = 0000ff
 source_profile = commercial
 
 [profile legacy-mdr-ai]
 role_arn = arn:aws:iam::228011623757:role/user/mdr_terraformer
 region = us-east-1
-color = ff1a1a
+color = ffd700
 source_profile = commercial
 
 [profile mdr-root]
@@ -58,43 +58,43 @@ role_arn   = arn:aws:iam::350838957895:role/user/mdr_terraformer
 [profile mdr-common-services]
 role_arn = arn:aws:iam::471284459109:role/user/mdr_terraformer
 region = us-east-1
-color = ff1a1a
+color = 0000ff
 source_profile = commercial
 
 [profile mdr-test-c2]
 role_arn = arn:aws:iam::816914342178:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = ffd700
 source_profile = commercial
 
 [profile mdr-test-modelclient]
 role_arn = arn:aws:iam::449047653882:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = ffd700
 source_profile = commercial
 
 [profile mdr-test-malware]
 role_arn = arn:aws:iam::404265901253:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = ffd700
 source_profile = commercial
 
 [profile mdr-prod-c2]
 role_arn = arn:aws:iam::045312110490:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = 0000ff
 source_profile = commercial
 
 [profile mdr-prod-modelclient]
 role_arn = arn:aws:iam::425831147305:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = 0000ff
 source_profile = commercial
 
 [profile mdr-prod-malware]
 role_arn = arn:aws:iam::369723129071:role/user/mdr_terraformer
 region = us-east-1
-color = 2464cc
+color = 0000ff
 source_profile = commercial
 
 ;
@@ -110,7 +110,7 @@ duration_seconds = 28800
 [profile mdr-common-services-gov]
 role_arn = arn:aws-us-gov:iam::701290387780:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-test-c2-gov]
@@ -134,49 +134,49 @@ source_profile = govcloud
 [profile mdr-prod-c2-gov]
 role_arn = arn:aws-us-gov:iam::721817724804:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-modelclient-gov]
 role_arn = arn:aws-us-gov:iam::738736370544:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-malware-gov]
 role_arn = arn:aws-us-gov:iam::876865127438:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-nihors-gov]
 role_arn = arn:aws-us-gov:iam::022090475570:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-bas-gov]
 role_arn = arn:aws-us-gov:iam::081915784976:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-doed-gov]
 role_arn = arn:aws-us-gov:iam::137793331041:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-frtib-gov]
 role_arn = arn:aws-us-gov:iam::237704155425:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 [profile mdr-prod-ca-c19-gov]
 role_arn = arn:aws-us-gov:iam::300401536936:role/user/mdr_terraformer
 region = us-gov-east-1
-color = 369e1a
+color = ff1a1a
 source_profile = govcloud
 
 ;
@@ -185,7 +185,7 @@ source_profile = govcloud
 [profile cyber-range]
 role_arn = arn:aws:iam::952430311316:role/user/mdr_terraformer
 region = us-east-1
-color = 369e1a
+color = ffd700
 source_profile = commercial
 
 #[profile cyber-range]