- Newest
- Most votes
- Most comments
When setting up backup accounts for AWS GovCloud, you need to understand the unique relationship between standard AWS accounts and GovCloud accounts.
For creating GovCloud accounts that are not enrolled in Control Tower, you have a few options:
-
Use the AWS Organizations CreateGovCloudAccount API from your standard AWS Organizations management account. This creates two linked accounts: one in the standard AWS region (which becomes part of your organization) and an associated standalone account in the GovCloud region. Both accounts will be associated with the same email address.
-
For the Landing Zone Accelerator approach, you can use the
enableGovCloudflag in theaccounts-config.yamlfile to create GovCloud accounts. This is done by adding new accounts with theenableGovCloud: trueoption in the workloadAccounts section.
Since the prerequisite states that the backup administrator and central backup accounts must not be enrolled in AWS Control Tower, you should:
- Create these accounts using the CreateGovCloudAccount API directly from your AWS Organizations management account in the standard region.
- This will create the corresponding GovCloud accounts that are not managed by Control Tower.
- After creation, you can invite these standalone GovCloud accounts to your GovCloud organization.
Remember that AWS Organizations operates differently in GovCloud compared to standard regions:
- You must use AWS Organizations with all features enabled in GovCloud
- You can only create GovCloud accounts by calling the API from the standard region
- After creating the standalone account in GovCloud, you can invite it to your GovCloud organization
For AWS Backup specifically, Control Tower creates local backup vaults with four types of backup plans (hourly, daily, weekly, monthly) and a local backup role in your accounts when enabled.
If you are facing provisioning these accounts kindly reach out to us via Support Case
Sources
CreateGovCloudAccount - AWS Organizations
Option 1: Deploy to new standard and AWS GovCloud (US) accounts - Landing Zone Accelerator on AWS
AWS Organizations in AWS GovCloud (US) - AWS GovCloud (US)
Enable backups - AWS Control Tower
Creating your accounts
Relevant content
- asked 2 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
