Skip to content
Snippets Groups Projects
Commit c6a296fc authored by Romuald Atchadé's avatar Romuald Atchadé
Browse files

Merge branch 'ajwalker/aws-update-ubuntu-version-regions' into 'main'

parents 38385069 aac8370e
No related branches found
No related tags found
No related merge requests found
...@@ -8,39 +8,40 @@ type region struct { ...@@ -8,39 +8,40 @@ type region struct {
AmiId string 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/ // See https://cloud-images.ubuntu.com/locator/ec2/
var regionDetails = map[string]*region{ var regionDetails = map[string]*region{
"af-south-1": {AmiId: "ami-0670428c515903d37"}, "af-south-1": {AmiId: "ami-0732d133808ff3999"},
"ap-east-1": {AmiId: "ami-0350928fdb53ae439"}, "ap-east-1": {AmiId: "ami-063de75c5af01d92a"},
"ap-northeast-1": {AmiId: "ami-0a3eb6ca097b78895"}, "ap-northeast-1": {AmiId: "ami-067983a1f071c98a2"},
"ap-northeast-2": {AmiId: "ami-0225bc2990c54ce9a"}, "ap-northeast-2": {AmiId: "ami-048b1fc6c43a994cd"},
"ap-northeast-3": {AmiId: "ami-0c2223049202ca738"}, "ap-northeast-3": {AmiId: "ami-052dc320a1c0e058d"},
"ap-south-1": {AmiId: "ami-05ba3a39a75be1ec4"}, "ap-south-1": {AmiId: "ami-04b37139ce28e53e7"},
"ap-south-2": {AmiId: "ami-0cdec4d7db18a5cdb"}, "ap-south-2": {AmiId: "ami-0c9152930c06f7813"},
"ap-southeast-1": {AmiId: "ami-0750a20e9959e44ff"}, "ap-southeast-1": {AmiId: "ami-0f64eb01ba87726eb"},
"ap-southeast-2": {AmiId: "ami-0d539270873f66397"}, "ap-southeast-2": {AmiId: "ami-0bebf9059183cb33e"},
"ap-southeast-3": {AmiId: "ami-0f06496957d1fe04a"}, "ap-southeast-3": {AmiId: "ami-039527ea72d048456"},
"ca-central-1": {AmiId: "ami-073c944d45ffb4f27"}, "ap-southeast-4": {AmiId: "ami-0fe0895ff31a0aaa0"},
"cn-north-1": {AmiId: "ami-0741e7b8b4fb0001c"}, "ca-central-1": {AmiId: "ami-0486b4f025358dca4"},
"cn-northwest-1": {AmiId: "ami-0883e8062ff31f727"}, "ca-west-1": {AmiId: "ami-08baa6c4e3cdd1288"},
"eu-central-1": {AmiId: "ami-02584c1c9d05efa69"}, "cn-north-1": {AmiId: "ami-090713a56d38daf9e"},
"eu-central-2": {AmiId: "ami-0968892c976bc03f2"}, "cn-northwest-1": {AmiId: "ami-036d67d565846771b"},
"eu-north-1": {AmiId: "ami-09f0506c9ef0fb473"}, "eu-central-1": {AmiId: "ami-00a830443b0381486"},
"eu-south-1": {AmiId: "ami-06ea0ad3f5adc2565"}, "eu-central-2": {AmiId: "ami-016a2958363bce06f"},
"eu-south-2": {AmiId: "ami-0d3d6b90b90290cdd"}, "eu-north-1": {AmiId: "ami-000b9845467bba0de"},
"eu-west-1": {AmiId: "ami-00e7df8df28dfa791"}, "eu-south-1": {AmiId: "ami-02be2c3a70dbe2562"},
"eu-west-2": {AmiId: "ami-00826bd51e68b1487"}, "eu-south-2": {AmiId: "ami-085549792c0648fbf"},
"eu-west-3": {AmiId: "ami-0a21d1c76ac56fee7"}, "eu-west-1": {AmiId: "ami-0da9e5d20774e4bac"},
"me-central-1": {AmiId: "ami-04e59379df0314070"}, "eu-west-2": {AmiId: "ami-0889f6dd0117846f5"},
"me-south-1": {AmiId: "ami-05b680b37c7917206"}, "eu-west-3": {AmiId: "ami-08d0e3f9e0d3a5fb1"},
"sa-east-1": {AmiId: "ami-077518a464c82703b"}, "il-central-1": {AmiId: "ami-0859be55b3a3afd3a"},
"us-east-1": {AmiId: "ami-0c4f7023847b90238"}, "me-central-1": {AmiId: "ami-059080e3af8ca3792"},
"us-east-2": {AmiId: "ami-0eea504f45ef7a8f7"}, "me-south-1": {AmiId: "ami-0770750496a7e7e8c"},
"us-gov-east-1": {AmiId: "ami-0eb7ef4cc0594fa04"}, "sa-east-1": {AmiId: "ami-0a04072565e4bffd4"},
"us-gov-west-1": {AmiId: "ami-029a634618d6c0300"}, "us-east-1": {AmiId: "ami-0cadabe060becb0e1"},
"us-west-1": {AmiId: "ami-0487b1fe60c1fd1a2"}, "us-east-2": {AmiId: "ami-07b469810a61205a8"},
"us-west-2": {AmiId: "ami-0cb4e786f15603b0d"}, "us-west-1": {AmiId: "ami-0440a72908149722a"},
"us-west-2": {AmiId: "ami-05d7e58fb07229475"},
"custom-endpoint": {""}, "custom-endpoint": {""},
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment