|
75 | 75 | "eu-south-1": "563282790590.dkr.ecr.eu-south-1.amazonaws.com",
|
76 | 76 | "ap-northeast-3": "479947661362.dkr.ecr.ap-northeast-3.amazonaws.com",
|
77 | 77 | "af-south-1": "314341159256.dkr.ecr.af-south-1.amazonaws.com",
|
78 |
| - "eu-south-2": "", |
79 |
| - "ap-southeast-3": "", |
80 |
| - "me-central-1": "", |
81 |
| - "eu-central-2": "", |
82 | 78 | }
|
83 | 79 |
|
84 | 80 | # https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html
|
|
136 | 132 | "sa-east-1": "763104351884.dkr.ecr.sa-east-1.amazonaws.com",
|
137 | 133 | "cn-north-1": "727897471807.dkr.ecr.cn-north-1.amazonaws.com.cn",
|
138 | 134 | "cn-northwest-1": "727897471807.dkr.ecr.cn-northwest-1.amazonaws.com.cn",
|
139 |
| - "ap-northeast-3": "364406365360.dkr.ecr.ap-northeast-3.amazonaws.com", |
| 135 | + "ap-northeast-3": "364406365360.dkr.ecr.ap-northeast-3.amazonaws.com", |
140 | 136 | "eu-south-2": "503227376785.dkr.ecr.eu-south-2.amazonaws.com",
|
141 | 137 | "ap-southeast-3": "907027046896.dkr.ecr.ap-southeast-3.amazonaws.com",
|
142 | 138 | "me-central-1": "914824155844.dkr.ecr.me-central-1.amazonaws.com",
|
|
170 | 166 | "us-gov-west-1": "362178532790.dkr.ecr.us-gov-west-1.amazonaws.com",
|
171 | 167 | "ap-northeast-3": "990339680094.dkr.ecr.ap-northeast-3.amazonaws.com",
|
172 | 168 | "ap-southeast-3": "669540362728.dkr.ecr.ap-southeast-3.amazonaws.com",
|
173 |
| - "eu-south-2": "", |
174 |
| - "me-central-1": "", |
175 |
| - "eu-central-2": "", |
176 | 169 | }
|
177 | 170 |
|
178 | 171 | # https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-configure-processing-jobs.html#clarify-processing-job-configure-container
|
|
199 | 192 | "eu-south-1": "638885417683.dkr.ecr.eu-south-1.amazonaws.com",
|
200 | 193 | "ap-northeast-3": "912233562940.dkr.ecr.ap-northeast-3.amazonaws.com",
|
201 | 194 | "ap-southeast-3": "705930551576.dkr.ecr.ap-southeast-3.amazonaws.com",
|
202 |
| - "eu-south-2": "", |
203 |
| - "me-central-1": "", |
204 |
| - "eu-central-2": "", |
205 | 195 | }
|
206 | 196 |
|
207 | 197 | ENDPOINT_INSTANCE_TYPES = {
|
|
212 | 202 | TRAINING_JOB_INSTANCE_TYPES = {
|
213 | 203 | "eu-west-3": "ml.m5.xlarge",
|
214 | 204 | "eu-north-1": "ml.m5.xlarge",
|
215 |
| - "me-south-1": "ml.m5.xlarge", |
| 205 | + "ap-northeast-3": "ml.m5.xlarge", |
| 206 | + "ap-east-1": "ml.m5.xlarge", |
| 207 | + "me-south-1": "ml.m5.xlarge", |
| 208 | + "eu-south-1": "ml.m5.xlarge", |
| 209 | + "af-south-1": "ml.m5.xlarge", |
| 210 | + "eu-south-2": "ml.m5.xlarge", |
| 211 | + "ap-southeast-3": "ml.m5.xlarge", |
| 212 | + "me-central-1": "ml.m5.xlarge", |
| 213 | + "eu-central-2": "ml.m5.xlarge", |
216 | 214 | }
|
217 | 215 |
|
218 | 216 | NOTEBOOK_INSTANCE_INSTANCE_TYPES = {
|
219 | 217 | "eu-north-1": "ml.t3.medium",
|
| 218 | + "ap-northeast-3": "ml.t3.medium", |
| 219 | + "ap-east-1": "ml.t3.medium", |
| 220 | + "me-south-1": "ml.t3.medium", |
| 221 | + "eu-south-1": "ml.t3.medium", |
| 222 | + "af-south-1": "ml.t3.medium", |
| 223 | + "eu-south-2": "ml.t3.medium", |
| 224 | + "ap-southeast-3": "ml.t3.medium", |
| 225 | + "me-central-1": "ml.t3.medium", |
| 226 | + "eu-central-2": "ml.t3.medium", |
220 | 227 | }
|
221 | 228 |
|
222 | 229 | REPLACEMENT_VALUES = {
|
|
0 commit comments