Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker Machine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
Docker Machine
Commits
84ada7f6
Unverified
Commit
84ada7f6
authored
Apr 26, 2022
by
Lyle Kozloff
Committed by
Tomasz Maczukin
Apr 28, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Updates AMIs from 16.04 to 20.04
parent
4af66e65
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/amazonec2/region.go
+22
-22
22 additions, 22 deletions
drivers/amazonec2/region.go
with
22 additions
and
22 deletions
drivers/amazonec2/region.go
+
22
−
22
View file @
84ada7f6
...
@@ -8,30 +8,30 @@ type region struct {
...
@@ -8,30 +8,30 @@ type region struct {
AmiId
string
AmiId
string
}
}
// Ubuntu
16
.04 LTS 20180228.1 hvm:ebs-ssd (amd64)
// Ubuntu
20
.04 LTS 20180228.1 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
=
map
[
string
]
*
region
{
var
regionDetails
map
[
string
]
*
region
=
map
[
string
]
*
region
{
"af-south-1"
:
{
"ami-0
081edcfb10f9f0d6
"
},
"af-south-1"
:
{
"ami-0
670428c515903d37
"
},
"ap-east-1"
:
{
"ami-
107d3e61
"
},
"ap-east-1"
:
{
"ami-
0350928fdb53ae439
"
},
"ap-northeast-1"
:
{
"ami-
bcb7f6da
"
},
"ap-northeast-1"
:
{
"ami-
0a3eb6ca097b78895
"
},
"ap-northeast-2"
:
{
"ami-
5073de3e
"
},
"ap-northeast-2"
:
{
"ami-
0225bc2990c54ce9a
"
},
"ap-southeast-1"
:
{
"ami-
41e4af3d
"
},
"ap-southeast-1"
:
{
"ami-
0750a20e9959e44ff
"
},
"ap-southeast-2"
:
{
"ami-
c1498fa3"
},
"ap-southeast-2"
:
{
"ami-
0d539270873f66397
},
"ap-south-1"
:
{
"ami-
1083dc7f
"
},
"
ap
-
south
-
1
": {"
ami
-
05
ba3a39a75be1ec4
"},
"ca-central-1"
:
{
"ami-
8d9e19e9
"
},
"
ca
-
central
-
1
": {"
ami
-
071
c767dd20b7339f
"},
"cn-north-1"
:
{
"ami-
cc4499a1"
},
// Note: this is 20180126
"
cn
-
north
-
1
": {"
ami
-
0741e7
b8b4fb0001c
"},
"cn-northwest-1"
:
{
"ami-
fd0e1a9f"
},
// Note: this is 20180126
"
cn
-
northwest
-
1
": {"
ami
-
0883e8062
ff31f727
"},
"eu-north-1"
:
{
"ami-0
17ff17f
"
},
"
eu
-
north
-
1
": {"
ami
-
0
9
f0506c9ef0fb473
"},
"eu-central-1"
:
{
"ami-
bc4925d3
"
},
"
eu
-
central
-
1
": {"
ami
-
02584
c1c9d05efa69
"},
"eu-west-1"
:
{
"ami-0
b541372
"
},
"
eu
-
west
-
1
": {"
ami
-
0
0e7
df8df28dfa791
"},
"eu-west-2"
:
{
"ami-
ff46a298
"
},
"
eu
-
west
-
2
": {"
ami
-
00826
bd51e68b1487
"},
"eu-west-3"
:
{
"ami-
9465d3e9
"
},
"
eu
-
west
-
3
": {"
ami
-
0
a21d1c76ac56fee7
"},
"sa-east-1"
:
{
"ami-
b5501bd9
"
},
"
sa
-
east
-
1
": {"
ami
-
077518
a464c82703b
"},
"us-east-1"
:
{
"ami-
927185ef
"
},
"
us
-
east
-
1
": {"
ami
-
0
c4f7023847b90238
"},
"us-east-2"
:
{
"ami-
b9daeddc
"
},
"
us
-
east
-
2
": {"
ami
-
0
eea504f45ef7a8f7
"},
"us-west-1"
:
{
"ami-
264c4646
"
},
"
us
-
west
-
1
": {"
ami
-
0487
b1fe60c1fd1a2
"},
"us-west-2"
:
{
"ami-
78a22900
"
},
"
us
-
west
-
2
": {"
ami
-
0
cb4e786f15603b0d
"},
"us-gov-west-1"
:
{
"ami-
2561ea44
"
},
"
us
-
gov
-
west
-
1
": {"
ami
-
029
a634618d6c0300
"},
"
custom
-
endpoint
": {""},
"
custom
-
endpoint
": {""},
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment