Browse Source

update CloudFormation/vpc+role+elb.yaml.

xdc 5 years ago
parent
commit
9234d78848
1 changed files with 10 additions and 1 deletions
  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