cdk-organizations icon indicating copy to clipboard operation
cdk-organizations copied to clipboard

feat: sequentially chain accounts

Open pflorek opened this issue 2 years ago • 3 comments

Create a dependency chain of accounts in the scope (app or stack) to avoid. AWS Organization only can create one account at a given time.

Fixes #447

pflorek avatar Aug 12 '22 20:08 pflorek

I don't think that this fixes #447 as that issue is about policyAttachments and Organisational Units

kiwi-33 avatar Aug 15 '22 15:08 kiwi-33

This seems likely to fix #581 – Looking forward to it 🚀

coltenkrauter avatar Aug 31 '22 17:08 coltenkrauter

I don't think that this fixes #447 as that issue is about policyAttachments and Organisational Units

Thank you for that hint. So we have to walk the tree and chain dependencies of almost all the organization resources. I will give an update later on

pflorek avatar Sep 01 '22 09:09 pflorek