From dd206a1db387c7de2f9c9ba46c119fe76785feb3 Mon Sep 17 00:00:00 2001 From: Joshen Lim Date: Fri, 2 Feb 2024 11:17:52 +0700 Subject: [PATCH] Temp disable euc1 and use1 for project creation (#20945) --- apps/studio/lib/constants/infrastructure.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/studio/lib/constants/infrastructure.ts b/apps/studio/lib/constants/infrastructure.ts index ba8fe0f49dd67..145259d060346 100644 --- a/apps/studio/lib/constants/infrastructure.ts +++ b/apps/studio/lib/constants/infrastructure.ts @@ -9,12 +9,12 @@ export type Region = typeof AWS_REGIONS | typeof FLY_REGIONS export const AWS_REGIONS = { WEST_US: 'West US (North California)', - EAST_US: 'East US (North Virginia)', + // EAST_US: 'East US (North Virginia)', CENTRAL_CANADA: 'Canada (Central)', WEST_EU: 'West EU (Ireland)', WEST_EU_2: 'West EU (London)', // 'North EU': 'North EU', - CENTRAL_EU: 'Central EU (Frankfurt)', + // CENTRAL_EU: 'Central EU (Frankfurt)', SOUTH_ASIA: 'South Asia (Mumbai)', SOUTHEAST_ASIA: 'Southeast Asia (Singapore)', NORTHEAST_ASIA: 'Northeast Asia (Tokyo)',