Skip to content

Getting LimitExceeded error when adding new accounts to infrastructure-live repository #691

Discussion options

You must be logged in to vote

After some time debugging this I think I possibly found a way to solve the issues of having too many accounts in the same infrastructure-live

The solution is based on the following assumption. if this is not true, please let me know.

  • I'm assuming the aws_iam_group _all-accounts is informational only. I couldn't find anywhere in ECS Deploy Runner if that's used and couldn't find anything.

So to fix it, this is what was changed.

  • Because we don't need _all-accounts AWS IAM group, in our setup I defined the following variable: should_create_iam_group_cross_account_access_all = false in our security/_global/account-baseline/terragrunt.hcl
  • With the previous variable defined, the LimitExceede…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ellisonc
Comment options

Answer selected by ellisonc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment