by shigemk2

当面は技術的なことしか書かない

2020-10-08から1日間の記事一覧

Template error: the attribute in Fn::ImportValue must not depend on any resources, imported values, or Fn::GetAZs

AWS

Template error: the attribute in Fn::ImportValue must not depend on any resources, imported values, or Fn::GetAZs こんな感じのエラーが出たらImportValueに失敗しているので、ValueをただしくImportできているのかどうかまずかくにんしてみよう

circular dependency

AWS

CloudFormationで2つのリソースが相互に依存参照しあっている状態だとエラーになる。マネコン的にはテンプレートを登録したタイミングでエラーが出る。 同じリソースで同じリソースを参照しようとするのもNG 参考画像 Handling circular dependency errors i…