You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ Metadata:
100
100
- ManagedPolicyARNs
101
101
- InstanceRoleName
102
102
- InstanceRolePermissionsBoundaryARN
103
+
- InstanceRoleTags
103
104
- IMDSv2Tokens
104
105
- EnableDetailedMonitoring
105
106
- InstanceName
@@ -634,6 +635,12 @@ Parameters:
634
635
Description: The ARN of the policy used to set the permissions boundary for the role.
635
636
Default: ""
636
637
638
+
InstanceRoleTags:
639
+
Description: "Optional - Comma-separated key=value pairs for instance IAM role tags (up to 5 tags). Example: 'Environment=production,Team=platform,Purpose=ci'. Note: Keys and values cannot contain '=' characters."
0 commit comments