Getting LimitExceeded error when adding new accounts to infrastructure-live repository #691
-
|
I’m looking for help to figure out what is the best approach to fix the following issue: We hit this issue after adding multiple accounts to our repository and applying the module So my questions are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
After some time debugging this I think I possibly found a way to solve the issues of having too many accounts in the same The solution is based on the following assumption. if this is not true, please let me know.
So to fix it, this is what was changed.
|
Beta Was this translation helpful? Give feedback.
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-liveThe solution is based on the following assumption. if this is not true, please let me know.
aws_iam_group_all-accountsis informational only. I couldn't find anywhere inECS Deploy Runnerif that's used and couldn't find anything.So to fix it, this is what was changed.
_all-accountsAWS IAM group, in our setup I defined the following variable:should_create_iam_group_cross_account_access_all = falsein oursecurity/_global/account-baseline/terragrunt.hcl