Fargate: Add new regions Singapore, Sydney, Frankfurt
This commit is contained in:
@@ -11,11 +11,14 @@ type Regions []string
|
|||||||
var (
|
var (
|
||||||
// FargateRegions are AWS regions where Fargate is available.
|
// FargateRegions are AWS regions where Fargate is available.
|
||||||
FargateRegions = Regions{
|
FargateRegions = Regions{
|
||||||
"ap-northeast-1",
|
"ap-northeast-1", // Asia Pacific (Tokyo)
|
||||||
"eu-west-1",
|
"ap-southeast-1", // Asia Pacific (Singapore)
|
||||||
"us-east-1",
|
"ap-southeast-2", // Asia Pacific (Sydney)
|
||||||
"us-east-2",
|
"eu-central-1", // EU (Frankfurt)
|
||||||
"us-west-2",
|
"eu-west-1", // EU (Ireland)
|
||||||
|
"us-east-1", // US East (N. Virginia)
|
||||||
|
"us-east-2", // US East (Ohio)
|
||||||
|
"us-west-2", // US West (Oregon)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user