CreateChangeSet with existing parameters

0

I'm trying to change my workflow to create change sets. I have a set of nested stacks with a bunch of parameters, and I want to specify that all parameters use the existing values.

I can see that there is an option on a parameter by parameter basis to set UsePreviousValue=true but I would have to do that on every one of my parameters. This is particularly frustrating because in the same CLI, the call to aws cloudformation deploy uses the existing parameters by default.

  • I may have answered my own question. It appears as though this is not possible. And aws cloudformation deploy does not support nested-stack change sets. Ugh.

asked a year ago30 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions