Skip to content

Commit e8c8b0a

Browse files
authored
Update aws-stack.yml
1 parent 98cf09c commit e8c8b0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/aws-stack.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,11 @@ Parameters:
308308
Description: Optional - A name for the IAM Role attached to the Instance Profile
309309
Default: ""
310310

311+
InstanceRolePermissionsBoundaryARN:
312+
Type: String
313+
Description: The ARN of the policy used to set the permissions boundary for the role.
314+
Default: ""
315+
311316
InstanceOperatingSystem:
312317
Type: String
313318
Description: The operating system to run on the instances
@@ -445,6 +450,9 @@ Conditions:
445450
SetInstanceRoleName:
446451
!Not [ !Equals [ !Ref InstanceRoleName, "" ] ]
447452

453+
SetInstanceRolePermissionsBoundaryARN:
454+
!Not [ !Equals [ !Ref InstanceRolePermissionsBoundaryARN, "" ] ]
455+
448456
UseSpecifiedSecretsBucket:
449457
!Not [ !Equals [ !Ref SecretsBucket, "" ] ]
450458

0 commit comments

Comments
 (0)