Skip to content

Commit 3372008

Browse files
committed
fix: upgrade Ray AMI ID
1 parent dad9922 commit 3372008

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/035 - Distributing Calls on Ray Remote Cluster.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
]
6868
},
6969
{
70+
"attachments": {},
7071
"cell_type": "markdown",
7172
"metadata": {
7273
"pycharm": {
@@ -76,7 +77,7 @@
7677
"source": [
7778
"Replace all values to match your desired region, account number and name of resources deployed by the above CloudFormation Stack.\n",
7879
"\n",
79-
"A limited set of AWS regions is currently supported (Python 3.8 and above). Find the corresponding Ray AMI IDs [here](https://github.com/amzn/amazon-ray/#amazon-ray-imagese). The example configuration below uses the AMI for `us-east-1`.\n",
80+
"A limited set of AWS regions is currently supported (Python 3.8 and above). The example configuration below uses the AMI for `us-east-1`.\n",
8081
"\n",
8182
"Then edit `config.yml` file with your custom configuration."
8283
]
@@ -112,7 +113,7 @@
112113
" # Replace with your account id and profile name if you did not use the default value\n",
113114
" Arn: arn:aws:iam::{ACCOUNT ID}:instance-profile/ray-cluster\n",
114115
" # Replace ImageId if using a different region / python version\n",
115-
" ImageId: ami-0ea510fcb67686b48\n",
116+
" ImageId: ami-02ea7c238b7ba36af\n",
116117
" TagSpecifications: # Optional tags\n",
117118
" - ResourceType: \"instance\"\n",
118119
" Tags:\n",
@@ -128,7 +129,7 @@
128129
" # Replace with your account id and profile name if you did not use the default value\n",
129130
" Arn: arn:aws:iam::{ACCOUNT ID}:instance-profile/ray-cluster\n",
130131
" # Replace ImageId if using a different region / python version\n",
131-
" ImageId: ami-0ea510fcb67686b48\n",
132+
" ImageId: ami-02ea7c238b7ba36af\n",
132133
" TagSpecifications: # Optional tags\n",
133134
" - ResourceType: \"instance\"\n",
134135
" Tags:\n",
@@ -137,7 +138,7 @@
137138
"\n",
138139
"\n",
139140
"setup_commands:\n",
140-
"- pip install \"awswrangler[modin,ray]==3.0.0\""
141+
"- pip install \"awswrangler[modin,ray]\""
141142
]
142143
},
143144
{

0 commit comments

Comments
 (0)