瀏覽代碼

update CloudFormation/vpc+role+elb.yaml.

xdc 5 年之前
父節點
當前提交
9234d78848
共有 1 個文件被更改,包括 10 次插入1 次删除
  1. 10 1
      CloudFormation/vpc+role+elb.yaml

+ 10 - 1
CloudFormation/vpc+role+elb.yaml

@@ -88,6 +88,15 @@ Resources:
     Metadata:
       'AWS::CloudFormation::Designer':
         id: 41ab1589-d187-45a1-99aa-379280c9f643
+  RootInstanceProfile:
+    Type: 'AWS::IAM::InstanceProfile'
+    Properties:
+      Path: /
+      Roles:
+        - Ref: RootRole
+    Metadata:
+      'AWS::CloudFormation::Designer':
+        id: 15050a6e-6cfb-43ec-b19f-c3c3102187d3
   vpc1:
     Type: 'AWS::EC2::VPC'
     Properties:
@@ -582,4 +591,4 @@ Outputs:
   EFSsg:
     Value: !Ref efssg
   RedisSg:
-    Value: !Ref redissg
+    Value: !Ref redissg