Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAZNameList ¶
func GetAZNameList() (names []string)
GetAZNameList returns a list of AWS Availability Zone Names as slice of strings
func GetRegionAZs ¶
GetRegionAZs returns a slice of a regions Availability Zones into the provided AZs
func GetRegionList ¶
GetRegionList returns a list of AWS Regions as a slice of *ec2.Region
func GetRegionNameList ¶
func GetRegionNameList() (names []string)
GetRegionNameList returns a list of AWS Region Names as slice of strings
func ValidRegion ¶
ValidRegion returns true if the provided region is valid
Types ¶
type AZ ¶
type AZ struct { Name string `json:"name"` Region string `json:"region"` State string `json:"state"` }
AZ represents a single Availability Zone