Przeglądaj źródła

Fix: 同步最新regions信息

iaun 2 miesięcy temu
rodzic
commit
04004e0249
2 zmienionych plików z 51 dodań i 0 usunięć
  1. 17 0
      frontend/src/pages/Tasks.tsx
  2. 34 0
      regions.txt

+ 17 - 0
frontend/src/pages/Tasks.tsx

@@ -58,18 +58,35 @@ const AWS_REGIONS = [
   { value: 'us-east-2', label: 'US East (Ohio)' },
   { value: 'us-west-1', label: 'US West (N. California)' },
   { value: 'us-west-2', label: 'US West (Oregon)' },
+  { value: 'af-south-1', label: 'Africa (Cape Town)' },
+  { value: 'ap-east-1', label: 'Asia Pacific (Hong Kong)' },
+  { value: 'ap-east-2', label: 'Asia Pacific (Taipei)' },
   { value: 'ap-south-1', label: 'Asia Pacific (Mumbai)' },
+  { value: 'ap-south-2', label: 'Asia Pacific (Hyderabad)' },
   { value: 'ap-northeast-1', label: 'Asia Pacific (Tokyo)' },
   { value: 'ap-northeast-2', label: 'Asia Pacific (Seoul)' },
   { value: 'ap-northeast-3', label: 'Asia Pacific (Osaka)' },
   { value: 'ap-southeast-1', label: 'Asia Pacific (Singapore)' },
   { value: 'ap-southeast-2', label: 'Asia Pacific (Sydney)' },
+  { value: 'ap-southeast-3', label: 'Asia Pacific (Jakarta)' },
+  { value: 'ap-southeast-4', label: 'Asia Pacific (Melbourne)' },
+  { value: 'ap-southeast-5', label: 'Asia Pacific (Malaysia)' },
+  { value: 'ap-southeast-6', label: 'Asia Pacific (New Zealand)' },
+  { value: 'ap-southeast-7', label: 'Asia Pacific (Thailand)' },
   { value: 'ca-central-1', label: 'Canada (Central)' },
+  { value: 'ca-west-1', label: 'Canada West (Calgary)' },
   { value: 'eu-central-1', label: 'Europe (Frankfurt)' },
+  { value: 'eu-central-2', label: 'Europe (Zurich)' },
   { value: 'eu-west-1', label: 'Europe (Ireland)' },
   { value: 'eu-west-2', label: 'Europe (London)' },
   { value: 'eu-west-3', label: 'Europe (Paris)' },
+  { value: 'eu-south-1', label: 'Europe (Milan)' },
+  { value: 'eu-south-2', label: 'Europe (Spain)' },
   { value: 'eu-north-1', label: 'Europe (Stockholm)' },
+  { value: 'il-central-1', label: 'Israel (Tel Aviv)' },
+  { value: 'mx-central-1', label: 'Mexico (Central)' },
+  { value: 'me-south-1', label: 'Middle East (Bahrain)' },
+  { value: 'me-central-1', label: 'Middle East (UAE)' },
   { value: 'sa-east-1', label: 'South America (São Paulo)' },
 ];
 

+ 34 - 0
regions.txt

@@ -0,0 +1,34 @@
+us-east-1	US East (N. Virginia)
+us-east-2	US East (Ohio)
+us-west-1	US West (N. California)
+us-west-2	US West (Oregon)
+af-south-1	Africa (Cape Town)
+ap-east-1	Asia Pacific (Hong Kong)
+ap-south-2	Asia Pacific (Hyderabad)
+ap-southeast-3	Asia Pacific (Jakarta)
+ap-southeast-5	Asia Pacific (Malaysia)
+ap-southeast-4	Asia Pacific (Melbourne)
+ap-south-1	Asia Pacific (Mumbai)
+ap-southeast-6	Asia Pacific (New Zealand)
+ap-northeast-3	Asia Pacific (Osaka)
+ap-northeast-2	Asia Pacific (Seoul)
+ap-southeast-1	Asia Pacific (Singapore)
+ap-southeast-2	Asia Pacific (Sydney)
+ap-east-2	Asia Pacific (Taipei)
+ap-southeast-7	Asia Pacific (Thailand)
+ap-northeast-1	Asia Pacific (Tokyo)
+ca-central-1	Canada (Central)
+ca-west-1	Canada West (Calgary)
+eu-central-1	Europe (Frankfurt)
+eu-west-1	Europe (Ireland)
+eu-west-2	Europe (London)
+eu-south-1	Europe (Milan)
+eu-west-3	Europe (Paris)
+eu-south-2	Europe (Spain)
+eu-north-1	Europe (Stockholm)
+eu-central-2	Europe (Zurich)
+il-central-1	Israel (Tel Aviv)
+mx-central-1	Mexico (Central)
+me-south-1	Middle East (Bahrain)
+me-central-1	Middle East (UAE)
+sa-east-1	South America (São Paulo)