Skip to content
Discussion options

You must be logged in to vote

Hey @jluttrell,

thanks for opening the issue. This is indeed a very tricky situation.

I think you should be able to unblock yourself by downloading the processed template from the CloudFormation console, and including that. Now, that will make cdk diff show a million changes. However! I believe running cdk deploy should actually not replace anything, and just be a no-op. But, to make sure I'm right, please test it on a development environment before doing this in production!

But there's actually a problem, because a no-op deployment will not update the template, so cdk diff ran after the deployment will still show the million changes. So, you need to make any change to the Stack so that i…

Replies: 5 comments

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
2 participants
Converted from issue

This discussion was converted from issue #19616 on April 01, 2022 18:43.