Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SpawnSupportedRegions = map[string]bool{ "us-east-1": true, "us-east-2": true, "us-west-1": true, "us-west-2": true, "ca-central-1": true, "eu-west-1": true, "eu-west-2": true, "eu-central-1": true, "ap-southeast-1": true, "ap-southeast-2": true, "ap-northeast-1": true, }
SpawnSupportedRegions lists AWS regions where spawn is fully operational. These regions have spored binaries deployed to S3 and all infrastructure available.
Functions ¶
func IsSpawnSupported ¶
IsSpawnSupported returns true if spawn can launch instances in the given region.
func SpawnSupportedRegionsList ¶
func SpawnSupportedRegionsList() []string
SpawnSupportedRegionsList returns a sorted list of spawn-supported regions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.