Skip to content

Commit dc384b1

Browse files
Merge pull request #6106 from pacevedom/aws-name-limit
USHIFT-6487: Set aws machine name limit to 64
2 parents e0a7620 + 012c338 commit dc384b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/aws/cf-gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Parameters:
3232
Description: Current RHEL AMI to use.
3333
Type: AWS::EC2::Image::Id
3434
Machinename:
35-
AllowedPattern: ^([a-zA-Z][a-zA-Z0-9\-]{0,26})$
36-
MaxLength: 27
35+
AllowedPattern: ^([a-zA-Z][a-zA-Z0-9\-]*)$
36+
MaxLength: 64
3737
MinLength: 1
3838
ConstraintDescription: Machinename
3939
Description: Machinename

0 commit comments

Comments
 (0)