回答編集履歴
1
説明を補足
answer
CHANGED
@@ -12,4 +12,8 @@
|
|
12
12
|
|
13
13
|
必要なのはyamlの構文チェックではなく、CloudFormationのテンプレートとして正しいか?の確認ではないでしょうか。テンプレートの構文エラー検出には、テンプレートの検証が使えます。
|
14
14
|
|
15
|
+
AWS CLIなら、`aws cloudformation validate-template`で、検証できます。
|
16
|
+
|
15
|
-
[テンプレートの検証 \- AWS CloudFormation](https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/using-cfn-validate-template.html)
|
17
|
+
[テンプレートの検証 \- AWS CloudFormation](https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/using-cfn-validate-template.html)
|
18
|
+
|
19
|
+
確かマネジメントコンソールからもテンプレートの検証はできた気がします。
|