Skip to content

Commit 9d92158

Browse files
author
Taniya Mathur
committed
Fix service role name length to comply with AWS 64 character limit
- Changed role name from IDPAcceleratorCloudFormationServiceRole to CFServiceRole - Resolves ValidationError: Member must have length less than or equal to 64 - Service role ARN retrieval remains dynamic via CloudFormation outputs
1 parent c4f0849 commit 9d92158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam-roles/cloudformation-management/IDP-Cloudformation-Service-Role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Resources:
1313
CloudFormationServiceRole:
1414
Type: AWS::IAM::Role
1515
Properties:
16-
RoleName: !Sub '${AWS::StackName}-IDPAcceleratorCloudFormationServiceRole'
16+
RoleName: !Sub '${AWS::StackName}-CFServiceRole'
1717
AssumeRolePolicyDocument:
1818
Version: '2012-10-17'
1919
Statement:

0 commit comments

Comments
 (0)