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
12df8d90
Commit
12df8d90
authored
Sep 14, 2023
by
Dan Levin
Committed by
Arran Walker
Nov 13, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Added il-central-1 to every file with regions
parent
c57b3d7e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/drivers/aws.md
+1
-0
1 addition, 0 deletions
docs/drivers/aws.md
drivers/amazonec2/region.go
+1
-0
1 addition, 0 deletions
drivers/amazonec2/region.go
with
2 additions
and
0 deletions
docs/drivers/aws.md
+
1
−
0
View file @
12df8d90
...
@@ -134,6 +134,7 @@ By default, the Amazon EC2 driver will use the Ubuntu 20.04 image for the given
...
@@ -134,6 +134,7 @@ By default, the Amazon EC2 driver will use the Ubuntu 20.04 image for the given
| eu-west-1 | ami-00e7df8df28dfa791 |
| eu-west-1 | ami-00e7df8df28dfa791 |
| eu-west-2 | ami-00826bd51e68b1487 |
| eu-west-2 | ami-00826bd51e68b1487 |
| eu-west-3 | ami-0a21d1c76ac56fee7 |
| eu-west-3 | ami-0a21d1c76ac56fee7 |
| il-central-1 | ami-094d7561801f53e21 |
| me-central-1 | ami-04e59379df0314070 |
| me-central-1 | ami-04e59379df0314070 |
| me-south-1 | ami-05b680b37c7917206 |
| me-south-1 | ami-05b680b37c7917206 |
| sa-east-1 | ami-077518a464c82703b |
| sa-east-1 | ami-077518a464c82703b |
...
...
This diff is collapsed.
Click to expand it.
drivers/amazonec2/region.go
+
1
−
0
View file @
12df8d90
...
@@ -32,6 +32,7 @@ var regionDetails = map[string]*region{
...
@@ -32,6 +32,7 @@ var regionDetails = map[string]*region{
"eu-west-1"
:
{
AmiId
:
"ami-00e7df8df28dfa791"
},
"eu-west-1"
:
{
AmiId
:
"ami-00e7df8df28dfa791"
},
"eu-west-2"
:
{
AmiId
:
"ami-00826bd51e68b1487"
},
"eu-west-2"
:
{
AmiId
:
"ami-00826bd51e68b1487"
},
"eu-west-3"
:
{
AmiId
:
"ami-0a21d1c76ac56fee7"
},
"eu-west-3"
:
{
AmiId
:
"ami-0a21d1c76ac56fee7"
},
"il-central-1"
:
{
AmiId
:
"ami-094d7561801f53e21"
},
"me-central-1"
:
{
AmiId
:
"ami-04e59379df0314070"
},
"me-central-1"
:
{
AmiId
:
"ami-04e59379df0314070"
},
"me-south-1"
:
{
AmiId
:
"ami-05b680b37c7917206"
},
"me-south-1"
:
{
AmiId
:
"ami-05b680b37c7917206"
},
"sa-east-1"
:
{
AmiId
:
"ami-077518a464c82703b"
},
"sa-east-1"
:
{
AmiId
:
"ami-077518a464c82703b"
},
...
...
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
sign in
to comment