aws-cdk: (@aws-cdk/aws-dynamodb): DynamoDb Replication: Cannot exceed quota for PoliciesPerRole: 10
Cannot exceed quota for PoliciesPerRole: 10 (Service: AmazonIdentityManagement; Status Code: 409; Error Code: LimitExceeded; Request ID: 3bd4add0-36e4-44ad-8e98-947977c0a638; Proxy: null)
Starting from version 1.92.0 I can’t deploy my global tables.
https://github.com/aws/aws-cdk/pull/13300 seems like this is the change that introduced this bug for me.
Reproduction Steps
What did you expect to happen?
What actually happened?
Environment
- CDK CLI Version : 1.92.0
- Framework Version: 1.92.0
- Node.js Version: v12.6.0
- OS : arch linux
- Language (Version): TypeScript
Other
This is 🐛 Bug Report
About this issue
- Original URL
- State: open
- Created 3 years ago
- Reactions: 1
- Comments: 36 (19 by maintainers)
Commits related to this issue
- fix(dynamodb): Table with replicas fails with "Unresolved resource dependencies" When creating the Custom Resources that implement the global tables functionality, we add dependencies between them, a... — committed to skinny85/aws-cdk by skinny85 3 years ago
- fix(dynamodb): table with replicas fails to deploy with "Unresolved resource dependencies" error (#13889) When creating the Custom Resources that implement the global tables functionality, we add de... — committed to aws/aws-cdk by skinny85 3 years ago
- fix(dynamodb): table with replicas fails to deploy with "Unresolved resource dependencies" error (#13889) When creating the Custom Resources that implement the global tables functionality, we add de... — committed to hollanddd/aws-cdk by skinny85 3 years ago
- fix(dynamodb): cannot have more than 10 tables with replication The custom resource implementation uses IAM managed policies. There's a limit of 10 managed policies per role in IAM. Create a new prov... — committed to jogold/aws-cdk by jogold 3 years ago
- fix(dynamodb): table with replicas fails to deploy with "Unresolved resource dependencies" error (#13889) When creating the Custom Resources that implement the global tables functionality, we add de... — committed to hollanddd/aws-cdk by skinny85 3 years ago
Anyone was able to fix this? We are experiencing the same problem and because the problem is currently on already created stack we are unable to split it on multiple stacks. Any help would be greatly appreciated