Creating Account Alias with Cloudformation

0

Is there a way to use cloudformation to create or set up an aws account alias?

asked a year ago425 views
2 Answers
0

Are you referring to the AWS Organizations account name or an IAM alias?

For the AWS Organizations account name, only during creation, not during an update.

AWS
EXPERT
Raphael
answered a year ago
  • When we create an account, it gives it a name of aws-<solution>-<client>-<env>. Our account alias for that same account is <solution>-<client>-<env>. We are trying to migrate to use cloudformation stack sets, and I am trying to find a good solution to set the IAM account alias.

0

You could create a lambda backed cloudformation custom resource that does it.

Billy
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions