File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
aws_sra_examples/solutions/patch_mgmt/patch_mgmt_org/templates Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ Parameters:
74
74
Default : sra-patch-mgmt-org
75
75
Description : The SRA solution name. The default value is the folder name of the solution
76
76
Type : String
77
- pPatchMgrEC2ProfileRoleName :
77
+ pPatchMgrEC2ProfileName :
78
78
Default : patch-mgr-ec2-profile
79
- Description : An EC2 profile that can be used if having problems with the Default Host Configuration setting.
79
+ Description : An EC2 Instance profile that can be used if having problems with the Default Host Configuration setting.
80
80
Type : String
81
81
82
82
Resources :
@@ -270,8 +270,8 @@ Resources:
270
270
- Key : sra-solution
271
271
Value : !Ref pSRASolutionName
272
272
273
- rPatchMgrEC2ProfileRoleName :
274
- Type : AWS::IAM::Role
273
+ rPatchMgrEC2ProfileName :
274
+ Type : AWS::IAM::InstanceProfile
275
275
Metadata :
276
276
cfn_nag :
277
277
rules_to_suppress :
@@ -282,7 +282,7 @@ Resources:
282
282
- id : W28
283
283
reason : Explicit role name provided
284
284
Properties :
285
- RoleName : !Ref pPatchMgrEC2ProfileRoleName
285
+ RoleName : !Ref pPatchMgrEC2ProfileName
286
286
AssumeRolePolicyDocument :
287
287
Version : 2012-10-17
288
288
Statement :
@@ -291,7 +291,7 @@ Resources:
291
291
Principal :
292
292
Service :
293
293
- ec2.amazonaws.com
294
- Path : " /service-role/ "
294
+ Path : " /"
295
295
ManagedPolicyArns :
296
296
- !Sub arn:${AWS::Partition}:iam::${AWS::Partition}:policy/AmazonSSMManagedInstanceCore
297
297
Tags :
You can’t perform that action at this time.
0 commit comments