Skip to content

Commit

Permalink
Add new regions and corresponding AMIs
Browse files Browse the repository at this point in the history
  • Loading branch information
furkatgofurov7 committed Jun 22, 2023
1 parent 2c59804 commit cb05333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/amazonec2/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,23 @@ var regionDetails map[string]*region = map[string]*region{
"ap-northeast-3": {"ami-0fa06c85437a220f5"},
"ap-southeast-1": {"ami-048b4b1ddefe6759f"},
"ap-southeast-2": {"ami-052a251c7ca533c26"},
"ap-southeast-4": {"ami-007022f15a6c65607"},
"ap-south-1": {"ami-01957c76cce45de38"},
"ap-south-2": {"ami-0c9501d27049dd8f7"},
"ap-east-1": {"ami-0a7893426ebe74a8c"},
"ca-central-1": {"ami-095509bf36d02a8e0"},
"cn-north-1": {"ami-0592ccadb56e65f8d"},
"cn-northwest-1": {"ami-007d0f254ea0f8588"},
"eu-central-1": {"ami-0d3905203a039e3b0"},
"eu-central-2": {"ami-09ea7d966e96ab68b"},
"eu-north-1": {"ami-0803bdfa576dd60c2"},
"eu-south-1": {"ami-08a4feb1e48d2f9d8"},
"eu-south-2": {"ami-0e035e88f396a3086"},
"eu-west-1": {"ami-0b7fd7bc9c6fb1c78"},
"eu-west-2": {"ami-02ead6ecbd926d792"},
"eu-west-3": {"ami-0d7b738ade930e24a"},
"me-south-1": {"ami-0e53ffff39fa7b5c1"},
"me-central-1": {"ami-0b4cd7e13f48b5fd3"},
"sa-east-1": {"ami-03f2389c2526e67bd"},
"us-east-1": {"ami-04cc2b0ad9e30a9c8"},
"us-east-2": {"ami-02fc6052104add5ae"},
Expand Down

0 comments on commit cb05333

Please sign in to comment.