From 6c11b534c8bcfceb1661a4068c1cbd254dfc0330 Mon Sep 17 00:00:00 2001 From: Peter Schafhalter Date: Wed, 16 Oct 2019 16:50:54 -0700 Subject: [PATCH] [Autoscaler] Update AWS Deep Learning AMI to version 24.3 (#5932) --- python/ray/autoscaler/aws/example-full.yaml | 4 ++-- python/ray/autoscaler/aws/example-gpu-docker.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/ray/autoscaler/aws/example-full.yaml b/python/ray/autoscaler/aws/example-full.yaml index 7acaf71bd..67654d53a 100644 --- a/python/ray/autoscaler/aws/example-full.yaml +++ b/python/ray/autoscaler/aws/example-full.yaml @@ -68,7 +68,7 @@ auth: # http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances head_node: InstanceType: m5.large - ImageId: ami-0b294f219d14e6a82 # Deep Learning AMI (Ubuntu) Version 21.0 + ImageId: ami-05931d11d2bf831c3 # Deep Learning AMI (Ubuntu) Version 24.3 # You can provision additional disk space with a conf as follows BlockDeviceMappings: @@ -84,7 +84,7 @@ head_node: # http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances worker_nodes: InstanceType: m5.large - ImageId: ami-0b294f219d14e6a82 # Deep Learning AMI (Ubuntu) Version 21.0 + ImageId: ami-05931d11d2bf831c3 # Deep Learning AMI (Ubuntu) Version 24.3 # Run workers on spot by default. Comment this out to use on-demand. InstanceMarketOptions: diff --git a/python/ray/autoscaler/aws/example-gpu-docker.yaml b/python/ray/autoscaler/aws/example-gpu-docker.yaml index 5116ec5d6..cbfe4add2 100644 --- a/python/ray/autoscaler/aws/example-gpu-docker.yaml +++ b/python/ray/autoscaler/aws/example-gpu-docker.yaml @@ -69,7 +69,7 @@ auth: # http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances head_node: InstanceType: p2.xlarge - ImageId: ami-0b294f219d14e6a82 # Deep Learning AMI (Ubuntu) Version 21.0 + ImageId: ami-05931d11d2bf831c3 # Deep Learning AMI (Ubuntu) Version 24.3 # You can provision additional disk space with a conf as follows BlockDeviceMappings: @@ -85,7 +85,7 @@ head_node: # http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances worker_nodes: InstanceType: m5.large - ImageId: ami-0b294f219d14e6a82 # Deep Learning AMI (Ubuntu) Version 21.0 + ImageId: ami-05931d11d2bf831c3 # Deep Learning AMI (Ubuntu) Version 24.3 # Run workers on spot by default. Comment this out to use on-demand. InstanceMarketOptions: