From 85e743ef316a6e081b0044eff5d4c0bdb3cec478 Mon Sep 17 00:00:00 2001 From: dwara001 Date: Tue, 14 Apr 2026 08:58:41 -0400 Subject: [PATCH] change order of add to organization --- aws/documentation/account-setup/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/aws/documentation/account-setup/README.md b/aws/documentation/account-setup/README.md index 4a951be9..6a492608 100644 --- a/aws/documentation/account-setup/README.md +++ b/aws/documentation/account-setup/README.md @@ -63,16 +63,16 @@ before continuing. - PR 3. [Execute apply](#execute-terraform-code) in master payer to create both EW, GovCloud accounts - PR -4. With new EW account +4. Add Gov account to [organizations](add-to-org.md) (**NEW ORDER**) + - PR +5. Create [bootstrap](#create-bootstrap-access-keys) + 1. [EW](#bootstrap-ew-account) + 2. [GovCloud](#bootstrap-govcloud-account) +6. With new EW account 1. [Setup credentials entry and new password](#1-setup-credentials-entry-and-new-password) 2. [Reset password from shared mailbox](#2-reset-password-from-shared-mailbox) 3. [Create MFA for root account and record in location XXX](#4-create-mfa-for-root-account-and-record-in-location-xxx) - PR -5. Create [bootstrap](#create-bootstrap-access-keys) - 1. [EW](#bootstrap-ew-account) - 2. [GovCloud](#bootstrap-govcloud-account) -6. Add Gov account to [organizations](add-to-org.md) (**NEW ORDER**) - - PR 7. [Baseline EW account](https://github.e.it.census.gov/terraform/support/tree/master/docs/how-to/account-provisioning) - PR 8. [Baseline Gov account](https://github.e.it.census.gov/terraform/support/tree/master/docs/how-to/account-provisioning) @@ -572,3 +572,5 @@ Once you have created the GovCloud account, there are a couple more steps to add * 1.0.36 -- 2024-04-29 - add flowchart +* 1.0.37 -- 2026-04-14 + - change order of add to organization