- Newest
- Most votes
- Most comments
The answer is because lack of permission to reset and updating landing zone. That's all.
answered a year ago
The error you're encountering when trying to reset AWS Control Tower version 3.2 is likely related to configuration issues that are causing drift in your Control Tower environment.
Based on similar issues, here are some steps you can take to resolve this problem:
-
First, check for any failed CloudFormation stacks related to Control Tower. Look for stacks with names like "AWSControlTowerBP-*" and delete any that failed or are stuck.
-
Look for leftover resources that might be causing conflicts, such as:
- S3 buckets with names like "aws-controltower-logs-" or "aws-controltower-s3-access-logs-"
- CloudWatch log groups like "aws-controltower/CloudTrailLogs"
- If you have AWS Config issues, you may need to clean up configuration recorders and delivery channels. You can use these AWS CLI commands:
- To view:
aws configservice describe-configuration-recordersandaws configservice describe-delivery-channels - To delete: First stop the recorder with
aws configservice stop-configuration-recorder, then delete with the appropriate delete commands
-
If you've made changes to IAM Identity Center (formerly SSO) configuration or regions, this could be causing conflicts with Control Tower. Control Tower expects IAM Identity Center to be in the same region as your Control Tower home region.
-
Check for any custom policies attached to permission sets in IAM Identity Center that might be conflicting with Control Tower's requirements.
If these steps don't resolve the issue, you might need to perform a more thorough cleanup of Control Tower resources before attempting to reset it again. In complex cases, contacting AWS Support is recommended, especially if you have production workloads running in the organization.
Sources
ControlTower error after changing the region. | AWS re:Post
Issue with Governing Multiple AWS Regions Using Control Tower | AWS re:Post
Control Tower set up landing zone problem | AWS re:Post
Control Tower Account Enrollment Error | AWS re:Post
answered a year ago
Relevant content
asked 9 months ago
asked 3 years ago
asked 3 years ago

It does not help and not relate to our issue.