Skip to content

Instantly share code, notes, and snippets.

@jhmartin
Last active August 7, 2019 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhmartin/481c713435985aa473f595cf1db40e09 to your computer and use it in GitHub Desktop.
Save jhmartin/481c713435985aa473f595cf1db40e09 to your computer and use it in GitHub Desktop.
Generate Cloudformation command from stack
aws cloudformation describe-stacks --stack-name STACKNAMEHERE --output=text|grep -i PARAMETERS | awk '{print "ParameterKey=" $2 ",ParameterValue=" $3 " \\"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment