回答編集履歴
1
説明を補足
test
CHANGED
@@ -26,4 +26,12 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
+
AWS CLIなら、`aws cloudformation validate-template`で、検証できます。
|
30
|
+
|
31
|
+
|
32
|
+
|
29
33
|
[テンプレートの検証 \- AWS CloudFormation](https://docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/using-cfn-validate-template.html)
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
確かマネジメントコンソールからもテンプレートの検証はできた気がします。
|