From 0f0eb62b12b892012852b96803af13d1e52b939b Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 24 Feb 2026 08:44:46 -0500 Subject: [PATCH] add accounts,env --- aws/projects/adsd-centurion-1.0/README.md | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/aws/projects/adsd-centurion-1.0/README.md b/aws/projects/adsd-centurion-1.0/README.md index 2fa4e70b..206b683b 100644 --- a/aws/projects/adsd-centurion-1.0/README.md +++ b/aws/projects/adsd-centurion-1.0/README.md @@ -3,6 +3,43 @@ This will document the requirements, decisions, constraints and design of migrating the Centurion system from on-prem, with components in the DMZ and intenally, to AWS GovCloud. +## As Is + +## To Be + +### Accounts + +We will create new accounts for this. + +* adsd-centurion-nonprod-{ew,gov} + * dev + * test + * ite + * uat + * qa + * stage +* adsd-centurion-prod-{ew,gov} + * common +* adsd-centurion-dmz-nonprod-{ew,gov} + * test + * ite + * uat + * stage +* adsd-centurion-dmz-prod-{ew,gov} + * prod + +OR + +* adsd-centurion-dev-{ew,gov} +* adsd-centurion-test-{ew,gov} +* adsd-centurion-qa-{ew,gov} +* adsd-centurion-uat-{ew,gov} +* adsd-centurion-ite-{ew,gov} +* adsd-centurion-stage-{ew,gov} +* adsd-centurion-common-{ew,gov} +* adsd-centurion-dmz-stage-{ew,gov} +* adsd-centurion-dmz-prod-{ew,gov} + # CHANGELOG * 1.0.0 -- 2026-02-24