Control Tower Account Factory for Terraform (AFT) not creating accounts as expected

0

Control Tower Account Factory for Terraform (AFT) has been deployed, I updated and pushed a Sandbox account in terraform, the pipelines all say successful, but no account is created in my Organization. I need assistance troubleshooting why this isn't working.

2wRJDK
質問済み 2年前1197ビュー
4回答
1

Hi I am having the same issue. I've been able to request a dev account, which worked fine. Later the same day I request a staging account in the same manner, no account, no useful information, no failed steps or pipelines.

Why has AFT just stopped processing account requests with no changes being made to it? Where can I look to get detailed logs or information about such situations?

回答済み 1年前
0

Are you still having this issue? If so, could you please post more information about the troubleshooting steps you have done so far? From my experience from recently deploying AFT is to carefully read the guide and don't miss some of the small details required. Also ensure that you fork/copy all of the example repos to have all thats needed.

Some things to check could be the post-deployment steps: https://docs.aws.amazon.com/controltower/latest/userguide/aft-post-deployment.html and the state machine customization steps: https://docs.aws.amazon.com/controltower/latest/userguide/aft-provisioning-framework.html

jannyg
回答済み 2年前
0

hey did u find the answer ???

回答済み 2年前
0

In the parameters block, if you are requesting an account in a nested OU, you have to specify the parent OU by ID. THEN it will work. In the root of the org you can leave it out. H

ope this helps.

control_tower_parameters = { AccountEmail = "aws+0@*******.co.uk" AccountName = "Staging" ManagedOrganizationalUnit = "Staging (ou-mjoh-xxxxxxxxx)" SSOUserEmail = "user.name@********.co.uk" SSOUserFirstName = "user" SSOUserLastName = "name" }

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ