LoginSignup
0
0

CloudFormationで指定したパラメータを取得する

Posted at

Cfnを実行するときのパラメータをファイルに保存しておきたいときに使用します。

aws cloudformation describe-stacks | jq '.Stacks[] | select(.StackName == "my-stack-name") | .Parameters'

次回更新時、パラメータの一部を変えて実行したいときとかに、あれ?ってなっちゃうんですよね。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0