Skip to content

Commit b69ffcb

Browse files
author
Roja Reddy Sareddy
committed
change: Allow telemetry only in supported regions
1 parent 0ed85d6 commit b69ffcb

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/sagemaker/telemetry/constants.py

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -80,37 +80,3 @@ class Region(str, Enum):
8080
IL_CENTRAL_1 = "il-central-1" # TLV
8181
ME_CENTRAL_1 = "me-central-1" # DXB
8282

83-
84-
class Region(str, Enum):
85-
# Classic
86-
US_EAST_1 = "us-east-1" # IAD
87-
US_EAST_2 = "us-east-2" # CMH
88-
US_WEST_1 = "us-west-1" # SFO
89-
US_WEST_2 = "us-west-2" # PDX
90-
AP_NORTHEAST_1 = "ap-northeast-1" # NRT
91-
AP_NORTHEAST_2 = "ap-northeast-2" # ICN
92-
AP_NORTHEAST_3 = "ap-northeast-3" # KIX
93-
AP_SOUTH_1 = "ap-south-1" # BOM
94-
AP_SOUTHEAST_1 = "ap-southeast-1" # SIN
95-
AP_SOUTHEAST_2 = "ap-southeast-2" # SYD
96-
CA_CENTRAL_1 = "ca-central-1" # YUL
97-
EU_CENTRAL_1 = "eu-central-1" # FRA
98-
EU_NORTH_1 = "eu-north-1" # ARN
99-
EU_WEST_1 = "eu-west-1" # DUB
100-
EU_WEST_2 = "eu-west-2" # LHR
101-
EU_WEST_3 = "eu-west-3" # CDG
102-
SA_EAST_1 = "sa-east-1" # GRU
103-
# Opt-in
104-
AP_EAST_1 = "ap-east-1" # HKG
105-
AP_SOUTHEAST_3 = "ap-southeast-3" # CGK
106-
AF_SOUTH_1 = "af-south-1" # CPT
107-
EU_SOUTH_1 = "eu-south-1" # MXP
108-
ME_SOUTH_1 = "me-south-1" # BAH
109-
MX_CENTRAL_1 = "mx-central-1" # QRO
110-
AP_SOUTHEAST_7 = "ap-southeast-7" # BKK
111-
AP_SOUTH_2 = "ap-south-2" # HYD
112-
AP_SOUTHEAST_4 = "ap-southeast-4" # MEL
113-
EU_CENTRAL_2 = "eu-central-2" # ZRH
114-
EU_SOUTH_2 = "eu-south-2" # ZAZ
115-
IL_CENTRAL_1 = "il-central-1" # TLV
116-
ME_CENTRAL_1 = "me-central-1" # DXB

0 commit comments

Comments
 (0)