Skip to content

Commit

Permalink
Merge pull request #51 from Icinga/new-aws-regions
Browse files Browse the repository at this point in the history
Add new regions
  • Loading branch information
lippserd authored Jul 13, 2020
2 parents c0a0ab9 + fff7686 commit d2e583b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Aws/AwsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,27 @@ public static function enumRegions()
'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-1' => 'Asia Pacific (Mumbai)',
'ap-northeast-3' => 'Asia Pacific (Osaka-Local)',
'ap-northeast-2' => 'Asia Pacific (Seoul)',
'ap-southeast-1' => 'Asia Pacific (Singapore)',
'ap-southeast-2' => 'Asia Pacific (Sydney)',
'ap-northeast-1' => 'Asia Pacific (Tokyo)',
'ca-central-1' => 'Canada (Central)',
'cn-north-1' => 'China (Beijing)',
'cn-northwest-1' => 'China (Ningxia)',
'eu-central-1' => 'EU (Frankfurt)',
'eu-west-1' => 'EU (Ireland)',
'eu-west-2' => 'EU (London)',
'eu-south-1' => 'EU (Milan)',
'eu-west-3' => 'EU (Paris)',
'eu-north-1' => 'EU (Stockholm)',
'me-south-1' => 'Middle East (Bahrain)',
'sa-east-1' => 'South America (São Paulo)',
'us-gov-east-1' => 'AWS GovCloud (US-East)',
'us-gov-west-1' => 'AWS GovCloud (US-West)',
);
}

Expand Down

0 comments on commit d2e583b

Please sign in to comment.