Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Added ap-east-1 (HK) AMI image #4853

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/amazonec2/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var regionDetails map[string]*region = map[string]*region{
"ap-southeast-1": {"ami-41e4af3d"},
"ap-southeast-2": {"ami-c1498fa3"},
"ap-south-1": {"ami-1083dc7f"},
"ap-east-1": ("ami-a7a9ebd6"), // Note: this is 20201014
"ca-central-1": {"ami-8d9e19e9"},
"cn-north-1": {"ami-cc4499a1"}, // Note: this is 20180126
"cn-northwest-1": {"ami-fd0e1a9f"}, // Note: this is 20180126
Expand Down