aws-deployment-framework icon indicating copy to clipboard operation
aws-deployment-framework copied to clipboard

CodePipeline Limitations forces max number of accounts per OU / Tag Target

Open StewartW opened this issue 5 years ago • 0 comments

I'm sure I've seen some chat about this before somewhere. But when using Tags or OU accounts it becomes quite easy to hit the CodePipeline limits. (50 actions per stage)

I'm curious if you have any ideas around this? One potential avenue we're looking at is using a Lambda to co-ordinate the actions in each stage i.e rather than trying to have 60 Actions per Stage, having 1 lambda action trigger 60 different CodeBuild projects.

Another approach we've taken is changing the logic in generate_pipeline_inputs to break larger OUs down into multiple Batches of 10/20 accounts etc.

StewartW avatar Mar 05 '20 17:03 StewartW