Skip to content

Commit

Permalink
Update GPU Images for only Origin cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu committed Mar 11, 2024
1 parent 440fb19 commit 857e83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudformation/antmedia-aws-autoscale-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Parameters:
MinValue: '16'
MaxValue: '1000'
GPUImage:
Description: Select "true" to install the GPU Image. You must select one of the g and p instance types.
Description: Select "true" to use GPU Image in Origin Cluster. You must select one of the g and p instance types.
Default: false
Type: String
AllowedValues:
Expand Down Expand Up @@ -652,7 +652,7 @@ Resources:
LaunchTemplateData:
InstanceType: !Ref EdgeInstanceType
KeyName: !Ref KeyName
ImageId: !If [UseGPUImage, !Ref AntMediaGPUAmi, !Ref AntMediaAmi]
ImageId: !Ref AntMediaAmi
SecurityGroupIds:
- !GetAtt "InstanceSecurityGroup.GroupId"
BlockDeviceMappings:
Expand Down

0 comments on commit 857e83b

Please sign in to comment.