Skip to content

Commit 5a87413

Browse files
ErnevSharmashaernev
and
shaernev
authored
change: adding eu-central-2 bucket info to JS constants (#4907)
* change: adding eu-central-2 bucket info to JS constants * change: adding zrh image uris for dji neuronx --------- Co-authored-by: shaernev <[email protected]>
1 parent 031f4f2 commit 5a87413

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/sagemaker/image_uri_config/djl-neuronx.json

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"cn-north-1": "727897471807",
1616
"cn-northwest-1": "727897471807",
1717
"eu-central-1": "763104351884",
18+
"eu-central-2": "380420809688",
1819
"eu-west-1": "763104351884",
1920
"eu-west-3": "763104351884",
2021
"sa-east-1": "763104351884",
@@ -37,6 +38,7 @@
3738
"cn-north-1": "727897471807",
3839
"cn-northwest-1": "727897471807",
3940
"eu-central-1": "763104351884",
41+
"eu-central-2": "380420809688",
4042
"eu-west-1": "763104351884",
4143
"eu-west-3": "763104351884",
4244
"sa-east-1": "763104351884",
@@ -59,6 +61,7 @@
5961
"cn-north-1": "727897471807",
6062
"cn-northwest-1": "727897471807",
6163
"eu-central-1": "763104351884",
64+
"eu-central-2": "380420809688",
6265
"eu-west-1": "763104351884",
6366
"eu-west-3": "763104351884",
6467
"sa-east-1": "763104351884",
@@ -81,6 +84,7 @@
8184
"cn-north-1": "727897471807",
8285
"cn-northwest-1": "727897471807",
8386
"eu-central-1": "763104351884",
87+
"eu-central-2": "380420809688",
8488
"eu-west-1": "763104351884",
8589
"eu-west-3": "763104351884",
8690
"sa-east-1": "763104351884",
@@ -103,6 +107,7 @@
103107
"cn-north-1": "727897471807",
104108
"cn-northwest-1": "727897471807",
105109
"eu-central-1": "763104351884",
110+
"eu-central-2": "380420809688",
106111
"eu-west-1": "763104351884",
107112
"eu-west-3": "763104351884",
108113
"sa-east-1": "763104351884",
@@ -125,6 +130,7 @@
125130
"cn-north-1": "727897471807",
126131
"cn-northwest-1": "727897471807",
127132
"eu-central-1": "763104351884",
133+
"eu-central-2": "380420809688",
128134
"eu-west-1": "763104351884",
129135
"eu-west-3": "763104351884",
130136
"sa-east-1": "763104351884",
@@ -147,6 +153,7 @@
147153
"cn-north-1": "727897471807",
148154
"cn-northwest-1": "727897471807",
149155
"eu-central-1": "763104351884",
156+
"eu-central-2": "380420809688",
150157
"eu-west-1": "763104351884",
151158
"eu-west-3": "763104351884",
152159
"sa-east-1": "763104351884",
@@ -169,6 +176,7 @@
169176
"cn-north-1": "727897471807",
170177
"cn-northwest-1": "727897471807",
171178
"eu-central-1": "763104351884",
179+
"eu-central-2": "380420809688",
172180
"eu-west-1": "763104351884",
173181
"eu-west-3": "763104351884",
174182
"sa-east-1": "763104351884",

src/sagemaker/jumpstart/constants.py

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
gated_content_bucket="jumpstart-private-cache-prod-eu-central-1",
7171
neo_content_bucket="sagemaker-sd-models-prod-eu-central-1",
7272
),
73+
JumpStartLaunchedRegionInfo(
74+
region_name="eu-central-2",
75+
content_bucket="jumpstart-cache-prod-eu-central-2",
76+
gated_content_bucket="jumpstart-private-cache-prod-eu-central-2",
77+
),
7378
JumpStartLaunchedRegionInfo(
7479
region_name="eu-north-1",
7580
content_bucket="jumpstart-cache-prod-eu-north-1",

0 commit comments

Comments
 (0)