Create account alias
Last updated
Was this helpful?
Was this helpful?
# Permission needed to assume a role from the target account
# used to create the account alias.
Statement:
- Effect: Allow
Action: sts:AssumeRole
Resource: "*"Statement:
- Effect: Allow
Action: iam:CreateAccountAlias
Resource: "*"tkm org accounts create-alias \
--account-id 123456789012 \
--alias my-account-alias