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
asked 2 years ago1178 views
4 Answers
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?

answered a year ago
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
answered 2 years ago
0

hey did u find the answer ???

answered 2 years ago
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" }

answered 10 months 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