Skip to content

Commit 1e679b4

Browse files
e-davidsonEli Davidson
and
Eli Davidson
authored
add jumpstart ap-southeast-5 (#4920)
Co-authored-by: Eli Davidson <[email protected]>
1 parent 3d8ffb8 commit 1e679b4

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
@@ -12,6 +12,7 @@
1212
"ap-south-1": "763104351884",
1313
"ap-southeast-1": "763104351884",
1414
"ap-southeast-2": "763104351884",
15+
"ap-southeast-5": "550225433462",
1516
"cn-north-1": "727897471807",
1617
"cn-northwest-1": "727897471807",
1718
"eu-central-1": "763104351884",
@@ -35,6 +36,7 @@
3536
"ap-south-1": "763104351884",
3637
"ap-southeast-1": "763104351884",
3738
"ap-southeast-2": "763104351884",
39+
"ap-southeast-5": "550225433462",
3840
"cn-north-1": "727897471807",
3941
"cn-northwest-1": "727897471807",
4042
"eu-central-1": "763104351884",
@@ -58,6 +60,7 @@
5860
"ap-south-1": "763104351884",
5961
"ap-southeast-1": "763104351884",
6062
"ap-southeast-2": "763104351884",
63+
"ap-southeast-5": "550225433462",
6164
"cn-north-1": "727897471807",
6265
"cn-northwest-1": "727897471807",
6366
"eu-central-1": "763104351884",
@@ -81,6 +84,7 @@
8184
"ap-south-1": "763104351884",
8285
"ap-southeast-1": "763104351884",
8386
"ap-southeast-2": "763104351884",
87+
"ap-southeast-5": "550225433462",
8488
"cn-north-1": "727897471807",
8589
"cn-northwest-1": "727897471807",
8690
"eu-central-1": "763104351884",
@@ -104,6 +108,7 @@
104108
"ap-south-1": "763104351884",
105109
"ap-southeast-1": "763104351884",
106110
"ap-southeast-2": "763104351884",
111+
"ap-southeast-5": "550225433462",
107112
"cn-north-1": "727897471807",
108113
"cn-northwest-1": "727897471807",
109114
"eu-central-1": "763104351884",
@@ -127,6 +132,7 @@
127132
"ap-south-1": "763104351884",
128133
"ap-southeast-1": "763104351884",
129134
"ap-southeast-2": "763104351884",
135+
"ap-southeast-5": "550225433462",
130136
"cn-north-1": "727897471807",
131137
"cn-northwest-1": "727897471807",
132138
"eu-central-1": "763104351884",
@@ -150,6 +156,7 @@
150156
"ap-south-1": "763104351884",
151157
"ap-southeast-1": "763104351884",
152158
"ap-southeast-2": "763104351884",
159+
"ap-southeast-5": "550225433462",
153160
"cn-north-1": "727897471807",
154161
"cn-northwest-1": "727897471807",
155162
"eu-central-1": "763104351884",
@@ -173,6 +180,7 @@
173180
"ap-south-1": "763104351884",
174181
"ap-southeast-1": "763104351884",
175182
"ap-southeast-2": "763104351884",
183+
"ap-southeast-5": "550225433462",
176184
"cn-north-1": "727897471807",
177185
"cn-northwest-1": "727897471807",
178186
"eu-central-1": "763104351884",

src/sagemaker/jumpstart/constants.py

+5
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@
137137
gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-3",
138138
neo_content_bucket="sagemaker-sd-models-prod-ap-southeast-3",
139139
),
140+
JumpStartLaunchedRegionInfo(
141+
region_name="ap-southeast-5",
142+
content_bucket="jumpstart-cache-prod-ap-southeast-5",
143+
gated_content_bucket="jumpstart-private-cache-prod-ap-southeast-5",
144+
),
140145
JumpStartLaunchedRegionInfo(
141146
region_name="eu-west-2",
142147
content_bucket="jumpstart-cache-prod-eu-west-2",

0 commit comments

Comments
 (0)