Skip to content

Commit f44c910

Browse files
authored
feat: add us-west-2 region for read replicas (supabase#40199)
feat: add us west 2 region
1 parent d158e71 commit f44c910

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/studio/components/interfaces/Settings/Infrastructure/InfrastructureConfiguration/InstanceConfiguration.constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const AWS_REGIONS_COORDINATES: { [key: string]: [number, number] } = {
3333
NORTHEAST_ASIA_2: [126.98, 37.56],
3434
CENTRAL_CANADA: [-73.6, 45.5],
3535
WEST_US: [-121.96, 37.35],
36+
WEST_US_2: [-122.67, 45.51],
3637
EAST_US: [-78.45, 38.13],
3738
WEST_EU: [-8, 53],
3839
WEST_EU_2: [-0.1, 51],

packages/shared-data/regions.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export const AWS_REGIONS = {
77
displayName: 'West US (North California)',
88
location: [37.774929, -122.419418],
99
},
10+
WEST_US_2: {
11+
code: 'us-west-2',
12+
displayName: 'West US (Oregon)',
13+
location: [45.51, -122.67],
14+
},
1015
EAST_US: {
1116
code: 'us-east-1',
1217
displayName: 'East US (North Virginia)',

0 commit comments

Comments
 (0)