2 Answers
- Newest
- Most votes
- Most comments
2
You should be able to achieve this by using delegatedAdminAccount https://awslabs.github.io/landing-zone-accelerator-on-aws/latest/typedocs/v1.6.0/classes/_aws_accelerator_config.IdentityCenterConfig.html#delegatedAdminAccount
Set the following in iam-config.yaml:
.
.
.
identityCenter:
name: my-organisation
delegatedAdminAccount: LZA-Delegate-Account
.
.
.
Where the account is defined in accounts-config.yaml:
workloadAccounts:
.
.
.
- email: lza-delegate-email@mycompany.com
name: LZA-Delegate-Account
organizationalUnit: ...
.
.
.
1
You can change the delegated administrator to another account, but there may be limitations when that administrator account makes API calls to resources that live in the Management account, as I understand it this will be addressed in an upcoming release as well. This documentation may be helpful: https://docs.aws.amazon.com/singlesignon/latest/userguide/delegated-admin.html Hope this helps!
Relevant content
- asked 10 months ago
- asked 2 years ago
- asked 2 years ago
- asked 10 months ago
