简体   繁体   中英

Is it possible to create a multi-account set up using aws-cdk?

I am creating a new project from scratch and I would like to use IaC with cdk. I am choosing a multi-account configuration and I would like to deploy all of it from cdk. is it possible?

I have been checking lots of aws documentation related to cdk i haven't found a particularly good approach to this specific step

"Multi account configuration" will mean different things to different people. The CDK can create Organization resources like Accounts and IAM resources like Users , if that's what you mean. There is also a L1 CDK module for Control Tower , AWS's account configuration orchestrator.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM