Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
6504b748
Commit
6504b748
authored
Jan 19, 2016
by
Brendan Burns
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19800 from justinsb/aws_update_vivid_amis
AWS: Update AMIs for Ubuntu Vivid
parents
81054463
dcd7e813
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
util.sh
cluster/aws/vivid/util.sh
+10
-10
No files found.
cluster/aws/vivid/util.sh
View file @
6504b748
...
...
@@ -31,35 +31,35 @@ function detect-vivid-image () {
if
[[
-z
"
${
AWS_IMAGE
-
}
"
]]
;
then
case
"
${
AWS_REGION
}
"
in
ap-northeast-1
)
AWS_IMAGE
=
ami-
56e28056
AWS_IMAGE
=
ami-
ee023e80
;;
ap-southeast-1
)
AWS_IMAGE
=
ami-7
e2a392c
AWS_IMAGE
=
ami-7
ad91519
;;
eu-central-1
)
AWS_IMAGE
=
ami-
58c1cd45
AWS_IMAGE
=
ami-
9c7960f0
;;
eu-west-1
)
AWS_IMAGE
=
ami-
ef8ab698
AWS_IMAGE
=
ami-
6a379c19
;;
sa-east-1
)
AWS_IMAGE
=
ami-
c16afbdc
AWS_IMAGE
=
ami-
7d49c811
;;
us-east-1
)
AWS_IMAGE
=
ami-
c3772aa6
AWS_IMAGE
=
ami-
b5bd98df
;;
us-west-1
)
AWS_IMAGE
=
ami-
6fbe7d2b
AWS_IMAGE
=
ami-
b30571d3
;;
cn-north-1
)
AWS_IMAGE
=
ami-
7a1b8743
AWS_IMAGE
=
ami-
4c7ab321
;;
#us-gov-west-1)
...
...
@@ -67,11 +67,11 @@ function detect-vivid-image () {
# ;;
ap-southeast-2
)
AWS_IMAGE
=
ami-
0b93d931
AWS_IMAGE
=
ami-
d11431b2
;;
us-west-2
)
AWS_IMAGE
=
ami-
6e67845d
AWS_IMAGE
=
ami-
58a2b839
;;
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment