Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: More support for ap-northeast-2 region #24464

Merged
merged 2 commits into from May 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
104 changes: 52 additions & 52 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions cluster/aws/util.sh
Expand Up @@ -360,6 +360,10 @@ function detect-trusty-image () {
AWS_IMAGE=ami-93876e93
;;

ap-northeast-2)
AWS_IMAGE=ami-62ac620c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, I verified this ID against https://cloud-images.ubuntu.com/locator/

;;

ap-southeast-1)
AWS_IMAGE=ami-66546234
;;
Expand Down
4 changes: 4 additions & 0 deletions cluster/aws/vivid/util.sh
Expand Up @@ -34,6 +34,10 @@ function detect-vivid-image () {
AWS_IMAGE=ami-ee023e80
;;

ap-northeast-2)
AWS_IMAGE=ami-c2df11ac
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, I verified this ID against https://cloud-images.ubuntu.com/locator/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@justinsb great.
when I looked before I couldn't see ap-northeast-2 on the image finder,
seems I overlooked it right at the bottom of the select box.

;;

ap-southeast-1)
AWS_IMAGE=ami-7ad91519
;;
Expand Down
4 changes: 4 additions & 0 deletions cluster/aws/wily/util.sh
Expand Up @@ -33,6 +33,10 @@ function detect-wily-image () {
AWS_IMAGE=ami-3355505d
;;

ap-northeast-2)
AWS_IMAGE=ami-e427e98a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, I verified this ID against https://cloud-images.ubuntu.com/locator/

;;

ap-southeast-1)
AWS_IMAGE=ami-60975903
;;
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go/aws/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go/aws/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.