Skip to content

Commit a028fd7

Browse files
Added ISO regions for jumpstart
1 parent e706e57 commit a028fd7

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

sagemaker-core/src/sagemaker/core/image_uri_config/djl-neuronx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"cn-northwest-1": "727897471807",
1919
"eu-central-1": "763104351884",
2020
"eu-central-2": "380420809688",
21+
"eu-isoe-west-1": "371248457586",
2122
"eu-west-1": "763104351884",
2223
"eu-west-3": "763104351884",
2324
"mx-central-1": "637423239942",
@@ -26,6 +27,10 @@
2627
"us-east-2": "763104351884",
2728
"us-gov-east-1": "446045086412",
2829
"us-gov-west-1": "442386744353",
30+
"us-iso-east-1": "886529160074",
31+
"us-isob-east-1": "094389454867",
32+
"us-isof-east-1": "303241398832",
33+
"us-isof-south-1": "454834333376",
2934
"us-west-2": "763104351884",
3035
"ca-west-1": "204538143572",
3136
"eu-north-1": "763104351884",

sagemaker-core/src/sagemaker/core/jumpstart/region_config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
"gated_content_bucket": "jumpstart-private-cache-prod-eu-west-3",
120120
"neo_content_bucket": "sagemaker-sd-models-prod-eu-west-3"
121121
},
122+
"eu-isoe-west-1": {
123+
"content_bucket": "jumpstart-cache-prod-eu-isoe-west-1",
124+
"gated_content_bucket": "jumpstart-private-cache-prod-eu-isoe-west-1"
125+
},
122126
"il-central-1": {
123127
"content_bucket": "jumpstart-cache-prod-il-central-1",
124128
"gated_content_bucket": "jumpstart-private-cache-prod-il-central-1"
@@ -158,6 +162,22 @@
158162
"content_bucket": "jumpstart-cache-prod-us-gov-west-1",
159163
"gated_content_bucket": "jumpstart-private-cache-prod-us-gov-west-1"
160164
},
165+
"us-iso-east-1": {
166+
"content_bucket": "jumpstart-cache-prod-us-iso-east-1",
167+
"gated_content_bucket": "jumpstart-private-cache-prod-us-iso-east-1"
168+
},
169+
"us-isob-east-1": {
170+
"content_bucket": "jumpstart-cache-prod-us-isob-east-1",
171+
"gated_content_bucket": "jumpstart-private-cache-prod-us-isob-east-1"
172+
},
173+
"us-isof-east-1": {
174+
"content_bucket": "jumpstart-cache-prod-us-isof-east-1",
175+
"gated_content_bucket": "jumpstart-private-cache-prod-us-isof-east-1"
176+
},
177+
"us-isof-south-1": {
178+
"content_bucket": "jumpstart-cache-prod-us-isof-south-1",
179+
"gated_content_bucket": "jumpstart-private-cache-prod-us-isof-south-1"
180+
},
161181
"us-west-1": {
162182
"content_bucket": "jumpstart-cache-prod-us-west-1",
163183
"gated_content_bucket": "jumpstart-private-cache-prod-us-west-1",

0 commit comments

Comments
 (0)