0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CloudFormationのパラメーター入力がつらかったので判別しやすくする工夫

Last updated at Posted at 2025-08-16

サンプル

  • パラメーター名の先頭に EC2 や RDS などつけておく
  • Description の先頭に サービス種別を [] などで囲む

image.png
image.png

日本語はNG

  • 日本語は文字化けするため使用できない。

Amazon Qに質問も便利

  • AWS については AWSサポート に問い合わせずとも Amazon Qに質問したらヒントをもらえたりします。

IaCジェネレーター

IaCジェネレーター でテンプレートを作成を押すと
CloudFormationテンプレートを自動生成できる。それをたたき台にするとよい
無料

image.png

共通化はしない

ファイル内で完結するように

  • 共通化はしない (!Refを使用しない)
  • ネストスタックは用いない
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?