|
67 | 67 | ] |
68 | 68 | }, |
69 | 69 | { |
| 70 | + "attachments": {}, |
70 | 71 | "cell_type": "markdown", |
71 | 72 | "metadata": { |
72 | 73 | "pycharm": { |
|
76 | 77 | "source": [ |
77 | 78 | "Replace all values to match your desired region, account number and name of resources deployed by the above CloudFormation Stack.\n", |
78 | 79 | "\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", |
80 | 81 | "\n", |
81 | 82 | "Then edit `config.yml` file with your custom configuration." |
82 | 83 | ] |
|
112 | 113 | " # Replace with your account id and profile name if you did not use the default value\n", |
113 | 114 | " Arn: arn:aws:iam::{ACCOUNT ID}:instance-profile/ray-cluster\n", |
114 | 115 | " # Replace ImageId if using a different region / python version\n", |
115 | | - " ImageId: ami-0ea510fcb67686b48\n", |
| 116 | + " ImageId: ami-02ea7c238b7ba36af\n", |
116 | 117 | " TagSpecifications: # Optional tags\n", |
117 | 118 | " - ResourceType: \"instance\"\n", |
118 | 119 | " Tags:\n", |
|
128 | 129 | " # Replace with your account id and profile name if you did not use the default value\n", |
129 | 130 | " Arn: arn:aws:iam::{ACCOUNT ID}:instance-profile/ray-cluster\n", |
130 | 131 | " # Replace ImageId if using a different region / python version\n", |
131 | | - " ImageId: ami-0ea510fcb67686b48\n", |
| 132 | + " ImageId: ami-02ea7c238b7ba36af\n", |
132 | 133 | " TagSpecifications: # Optional tags\n", |
133 | 134 | " - ResourceType: \"instance\"\n", |
134 | 135 | " Tags:\n", |
|
137 | 138 | "\n", |
138 | 139 | "\n", |
139 | 140 | "setup_commands:\n", |
140 | | - "- pip install \"awswrangler[modin,ray]==3.0.0\"" |
| 141 | + "- pip install \"awswrangler[modin,ray]\"" |
141 | 142 | ] |
142 | 143 | }, |
143 | 144 | { |
|
0 commit comments