回答編集履歴

1

コマンドの追加

2021/11/26 01:50

投稿

ttoo
ttoo

スコア126

test CHANGED
@@ -47,3 +47,23 @@
47
47
  ```
48
48
 
49
49
  こちらでできます!Subが不要なのと、jsonの方がズレてます。
50
+
51
+ 確認コマンド。test.ymlファイルに貼り付けて検証。
52
+
53
+ % aws cloudformation validate-template --template-body file://test.yml
54
+
55
+ {
56
+
57
+ "Parameters": [],
58
+
59
+ "Description": "RDS Create",
60
+
61
+ "Capabilities": [
62
+
63
+ "CAPABILITY_NAMED_IAM"
64
+
65
+ ],
66
+
67
+ "CapabilitiesReason": "The following resource(s) require capabilities: [AWS::IAM::Role]"
68
+
69
+ }