|
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": "", |
78 | 82 | }
|
79 | 83 |
|
80 | 84 | # https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html
|
|
99 | 103 | "eu-west-3": "749696950732.dkr.ecr.eu-west-3.amazonaws.com",
|
100 | 104 | "me-south-1": "249704162688.dkr.ecr.me-south-1.amazonaws.com",
|
101 | 105 | "sa-east-1": "855470959533.dkr.ecr.sa-east-1.amazonaws.com",
|
102 |
| - "eu-south-1": "257386234256.dkr.ecr.eu-south-1.amazonaws.com", |
| 106 | + "eu-south-1": "257386234256.dkr.ecr.eu-south-1.amazonaws.com", |
103 | 107 | "ap-northeast-3": "867004704886.dkr.ecr.ap-northeast-3.amazonaws.com",
|
104 | 108 | "eu-south-2": "104374241257.dkr.ecr.eu-south-2.amazonaws.com",
|
105 | 109 | "ap-southeast-3": "951798379941.dkr.ecr.ap-southeast-3.amazonaws.com",
|
|
166 | 170 | "us-gov-west-1": "362178532790.dkr.ecr.us-gov-west-1.amazonaws.com",
|
167 | 171 | "ap-northeast-3": "990339680094.dkr.ecr.ap-northeast-3.amazonaws.com",
|
168 | 172 | "ap-southeast-3": "669540362728.dkr.ecr.ap-southeast-3.amazonaws.com",
|
| 173 | + "eu-south-2": "", |
| 174 | + "me-central-1": "", |
| 175 | + "eu-central-2": "", |
169 | 176 | }
|
170 | 177 |
|
171 | 178 | # https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-configure-processing-jobs.html#clarify-processing-job-configure-container
|
|
192 | 199 | "eu-south-1": "638885417683.dkr.ecr.eu-south-1.amazonaws.com",
|
193 | 200 | "ap-northeast-3": "912233562940.dkr.ecr.ap-northeast-3.amazonaws.com",
|
194 | 201 | "ap-southeast-3": "705930551576.dkr.ecr.ap-southeast-3.amazonaws.com",
|
| 202 | + "eu-south-2": "", |
| 203 | + "me-central-1": "", |
| 204 | + "eu-central-2": "", |
195 | 205 | }
|
196 | 206 |
|
197 | 207 | ENDPOINT_INSTANCE_TYPES = {
|
|
204 | 214 | "eu-north-1": "ml.m5.xlarge",
|
205 | 215 | "ap-northeast-3": "ml.m5.xlarge",
|
206 | 216 | "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", |
| 217 | + "me-south-1": "ml.m5.xlarge", |
| 218 | + "eu-south-1": "ml.m5.xlarge", |
| 219 | + "af-south-1": "ml.m5.xlarge", |
| 220 | + "eu-south-2": "ml.m5.xlarge", |
| 221 | + "ap-southeast-3": "ml.m5.xlarge", |
| 222 | + "me-central-1": "ml.m5.xlarge", |
| 223 | + "eu-central-2": "ml.m5.xlarge", |
214 | 224 | }
|
215 | 225 |
|
216 | 226 | NOTEBOOK_INSTANCE_INSTANCE_TYPES = {
|
217 | 227 | "eu-north-1": "ml.t3.medium",
|
218 | 228 | "ap-northeast-3": "ml.t3.medium",
|
219 | 229 | "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", |
| 230 | + "me-south-1": "ml.t3.medium", |
| 231 | + "eu-south-1": "ml.t3.medium", |
| 232 | + "af-south-1": "ml.t3.medium", |
| 233 | + "eu-south-2": "ml.t3.medium", |
| 234 | + "ap-southeast-3": "ml.t3.medium", |
| 235 | + "me-central-1": "ml.t3.medium", |
| 236 | + "eu-central-2": "ml.t3.medium", |
227 | 237 | }
|
228 | 238 |
|
229 | 239 | REPLACEMENT_VALUES = {
|
|
0 commit comments