diff --git a/drivers/amazonec2/region.go b/drivers/amazonec2/region.go index cc513c47e3b05ab65dcfe9d5c4ff62413eba9cce..609338e540ec4dc7d53cf1cc8a1ec2dda25a72bd 100644 --- a/drivers/amazonec2/region.go +++ b/drivers/amazonec2/region.go @@ -8,39 +8,40 @@ type region struct { AmiId string } -// Ubuntu 20.04 LTS 20220420 hvm:ebs-ssd (amd64) +// Ubuntu 20.04 LTS 20240205 hvm:ebs-ssd (amd64) // See https://cloud-images.ubuntu.com/locator/ec2/ var regionDetails = map[string]*region{ - "af-south-1": {AmiId: "ami-0670428c515903d37"}, - "ap-east-1": {AmiId: "ami-0350928fdb53ae439"}, - "ap-northeast-1": {AmiId: "ami-0a3eb6ca097b78895"}, - "ap-northeast-2": {AmiId: "ami-0225bc2990c54ce9a"}, - "ap-northeast-3": {AmiId: "ami-0c2223049202ca738"}, - "ap-south-1": {AmiId: "ami-05ba3a39a75be1ec4"}, - "ap-south-2": {AmiId: "ami-0cdec4d7db18a5cdb"}, - "ap-southeast-1": {AmiId: "ami-0750a20e9959e44ff"}, - "ap-southeast-2": {AmiId: "ami-0d539270873f66397"}, - "ap-southeast-3": {AmiId: "ami-0f06496957d1fe04a"}, - "ca-central-1": {AmiId: "ami-073c944d45ffb4f27"}, - "cn-north-1": {AmiId: "ami-0741e7b8b4fb0001c"}, - "cn-northwest-1": {AmiId: "ami-0883e8062ff31f727"}, - "eu-central-1": {AmiId: "ami-02584c1c9d05efa69"}, - "eu-central-2": {AmiId: "ami-0968892c976bc03f2"}, - "eu-north-1": {AmiId: "ami-09f0506c9ef0fb473"}, - "eu-south-1": {AmiId: "ami-06ea0ad3f5adc2565"}, - "eu-south-2": {AmiId: "ami-0d3d6b90b90290cdd"}, - "eu-west-1": {AmiId: "ami-00e7df8df28dfa791"}, - "eu-west-2": {AmiId: "ami-00826bd51e68b1487"}, - "eu-west-3": {AmiId: "ami-0a21d1c76ac56fee7"}, - "me-central-1": {AmiId: "ami-04e59379df0314070"}, - "me-south-1": {AmiId: "ami-05b680b37c7917206"}, - "sa-east-1": {AmiId: "ami-077518a464c82703b"}, - "us-east-1": {AmiId: "ami-0c4f7023847b90238"}, - "us-east-2": {AmiId: "ami-0eea504f45ef7a8f7"}, - "us-gov-east-1": {AmiId: "ami-0eb7ef4cc0594fa04"}, - "us-gov-west-1": {AmiId: "ami-029a634618d6c0300"}, - "us-west-1": {AmiId: "ami-0487b1fe60c1fd1a2"}, - "us-west-2": {AmiId: "ami-0cb4e786f15603b0d"}, + "af-south-1": {AmiId: "ami-0732d133808ff3999"}, + "ap-east-1": {AmiId: "ami-063de75c5af01d92a"}, + "ap-northeast-1": {AmiId: "ami-067983a1f071c98a2"}, + "ap-northeast-2": {AmiId: "ami-048b1fc6c43a994cd"}, + "ap-northeast-3": {AmiId: "ami-052dc320a1c0e058d"}, + "ap-south-1": {AmiId: "ami-04b37139ce28e53e7"}, + "ap-south-2": {AmiId: "ami-0c9152930c06f7813"}, + "ap-southeast-1": {AmiId: "ami-0f64eb01ba87726eb"}, + "ap-southeast-2": {AmiId: "ami-0bebf9059183cb33e"}, + "ap-southeast-3": {AmiId: "ami-039527ea72d048456"}, + "ap-southeast-4": {AmiId: "ami-0fe0895ff31a0aaa0"}, + "ca-central-1": {AmiId: "ami-0486b4f025358dca4"}, + "ca-west-1": {AmiId: "ami-08baa6c4e3cdd1288"}, + "cn-north-1": {AmiId: "ami-090713a56d38daf9e"}, + "cn-northwest-1": {AmiId: "ami-036d67d565846771b"}, + "eu-central-1": {AmiId: "ami-00a830443b0381486"}, + "eu-central-2": {AmiId: "ami-016a2958363bce06f"}, + "eu-north-1": {AmiId: "ami-000b9845467bba0de"}, + "eu-south-1": {AmiId: "ami-02be2c3a70dbe2562"}, + "eu-south-2": {AmiId: "ami-085549792c0648fbf"}, + "eu-west-1": {AmiId: "ami-0da9e5d20774e4bac"}, + "eu-west-2": {AmiId: "ami-0889f6dd0117846f5"}, + "eu-west-3": {AmiId: "ami-08d0e3f9e0d3a5fb1"}, + "il-central-1": {AmiId: "ami-0859be55b3a3afd3a"}, + "me-central-1": {AmiId: "ami-059080e3af8ca3792"}, + "me-south-1": {AmiId: "ami-0770750496a7e7e8c"}, + "sa-east-1": {AmiId: "ami-0a04072565e4bffd4"}, + "us-east-1": {AmiId: "ami-0cadabe060becb0e1"}, + "us-east-2": {AmiId: "ami-07b469810a61205a8"}, + "us-west-1": {AmiId: "ami-0440a72908149722a"}, + "us-west-2": {AmiId: "ami-05d7e58fb07229475"}, "custom-endpoint": {""}, }