|
@@ -88,6 +88,15 @@ Resources:
|
|
|
Metadata:
|
|
Metadata:
|
|
|
'AWS::CloudFormation::Designer':
|
|
'AWS::CloudFormation::Designer':
|
|
|
id: 41ab1589-d187-45a1-99aa-379280c9f643
|
|
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:
|
|
vpc1:
|
|
|
Type: 'AWS::EC2::VPC'
|
|
Type: 'AWS::EC2::VPC'
|
|
|
Properties:
|
|
Properties:
|
|
@@ -582,4 +591,4 @@ Outputs:
|
|
|
EFSsg:
|
|
EFSsg:
|
|
|
Value: !Ref efssg
|
|
Value: !Ref efssg
|
|
|
RedisSg:
|
|
RedisSg:
|
|
|
- Value: !Ref redissg
|
|
|
|
|
|
|
+ Value: !Ref redissg
|