Skip to content

How do I get CDK Assets from Tooling Account (CodePipeline) into Application Account #21819

Answered by tennantje
tennantje asked this question in Q&A
Discussion options

You must be logged in to vote

CDK bundles up the assets in the account where ‘cdk synth’ is called (Account A).

I don’t believe CDK understands or cares that CodePipeline in account A is assuming an account B role to deploy cloudformation, and that the assets only exist in account A’s CDK S3 bucket.

I wrote a step in my codebuild to manually copy the assets post synthesis from account a to account b.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tennantje
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant