Adding Additional Accounts
- 20 Sep 2023
- 1 Minute to read
- DarkLight
Adding Additional Accounts
- Updated on 20 Sep 2023
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
When extending the Acante deployment to an additional 1-4 accounts, the simplest approach is to follow the similar deployment process (as the Product Deployment Guide - Deploy Acante Components). When deploying in a large number (> 5) of accounts, we recommend using the alternate approach using Organizational accounts.
Before deploying in additional accounts, upgrade the deployment in the first account to the same version as described here. Next, follow this sequence to deploy in each account:
- Download the latest Terraform module from the Configurations page of the UI
- Unpack the files to a new folder for the workspace for this account
- Update dev.s3.tfbackend file with the bucket to use for the S3 backend. Usually this is a different bucket per account so Terraform has access to the bucket in that account.
- Update the dev.tfvars with the input variables. Some changes that need to be made:
- Set
enable-macie = true
- Set
trusting-account-discovery-allow-iam-identitycenter = true
- Set
enable-cloudtrail-logs-processing = false
(access to the Organizational trail has already been provided in the deployment in the first account) - Set
enable-cloudwatch-logs-processing = false
- Modify the
metadata-bucket-name
to a unique name (relative to the buckets created in the previously deployed account(s)). The simplest way is to concatenate the default bucket name provided with_<account-alias>
for the current account
- Set
- Follow the instructions in the README (as before) and run Steps 1-6 to deploy Acante in this new account
Repeat the process for each account.