From 857e83b18f04dbd017b55735e698223c6c247613 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 11 Mar 2024 11:31:17 +0300 Subject: [PATCH] Update GPU Images for only Origin cluster --- cloudformation/antmedia-aws-autoscale-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudformation/antmedia-aws-autoscale-template.yaml b/cloudformation/antmedia-aws-autoscale-template.yaml index 99364a77..afbc2858 100644 --- a/cloudformation/antmedia-aws-autoscale-template.yaml +++ b/cloudformation/antmedia-aws-autoscale-template.yaml @@ -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: @@ -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: