First of all, thank you very much for releasing such an excellent project! I am truly impressed.
I am managing a large-scale organization and need to manage the Identity Center (IDC) using CDK. Due to customer requirements, I am restricted to using only CDK.
There will be a significant number of users and groups, and I'm facing challenges with CloudFormation quotas. As per CloudFormation limits, a stack can only contain 500 resources, and even with nested stacks, the maximum is 2,500. (Reference: AWS CloudFormation Limits)
I have considered splitting the root stack, but linking users to groups requires user IDs, and this becomes challenging when stacks are separated.
If there are any best practices or suggestions to overcome this issue, I would greatly appreciate your insights.
First of all, thank you very much for releasing such an excellent project! I am truly impressed.
I am managing a large-scale organization and need to manage the Identity Center (IDC) using CDK. Due to customer requirements, I am restricted to using only CDK.
There will be a significant number of users and groups, and I'm facing challenges with CloudFormation quotas. As per CloudFormation limits, a stack can only contain 500 resources, and even with nested stacks, the maximum is 2,500. (Reference: AWS CloudFormation Limits)
I have considered splitting the root stack, but linking users to groups requires user IDs, and this becomes challenging when stacks are separated.
If there are any best practices or suggestions to overcome this issue, I would greatly appreciate your insights.
Thank you in advance!