1

I have been using AWS pipeline to manage the deployment of my cloud formation stack. The code pipeline is created using AWS CDK. I have reached the code pipeline artifact size: 256MB and now I am blocked from deploying new changes. On Github, they have the following proposed solution : Add an extra pipeline stage after asset publishing and before application stage deployment, which runs a CodeBuild action to load the cloud assembly, strip out asset files, and generate a new artifact containing only the CFN templates and any data necessary for CFN. The CFN actions should use this new artifact as their input. It would be great if anyone could help in implementing this solution?

Abadi
  • 71
  • 2
  • 9
  • What's taking up space? Which action is failing? – gshpychka Nov 22 '21 at 06:54
  • 1
    @gshpychka it seems not related to file size, it is related to the number of assets generated by the pipeline.When the number of assets generated >38 , it will throw an error related to file size although the file size has not reached its limit – Abadi Nov 28 '21 at 11:20
  • 1
    @Abadi Did you find a solution or a workaround for this? – Blueriver Apr 12 '22 at 17:54

0 Answers0