Skip to content

Commit

Permalink
Reduce MarketplaceRole name length
Browse files Browse the repository at this point in the history
To support SAR release, this needs to be shorter; SAR appends a prefix,
and IAM has a short (64 char) limit on role name length.
  • Loading branch information
echo-bravo-yahoo committed Nov 27, 2018
1 parent 59d358f commit 70524d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ Resources:
RoleName: !Join
- ''
- - !Ref AWS::StackName
- 'MarketplaceMeteringRole'
- 'MeteringRole'
AssumeRolePolicyDocument:
Version: '2012-10-17'
Statement:
Expand Down

0 comments on commit 70524d3

Please sign in to comment.