Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ec2Modernization ¶
func Ec2Modernization()
Ec2Modernization outputs all ec2 instances bucketed by latest generation criteria
Types ¶
type InstanceInfo ¶
type InstanceInfo struct { InstanceID string `json:"instance_id"` InstanceName string `json:"instance_name,omitempty"` }
InstanceInfo type for holding some metadata for an instance
type InstanceTypeInventory ¶
type InstanceTypeInventory struct { LatestGeneration map[string][]InstanceInfo `json:"latest_generation"` OlderGeneration map[string][]InstanceInfo `json:"older_generation"` }
InstanceTypeInventory type for housing a map of instance types divided by whether they are latest generation or not
Click to show internal directories.
Click to hide internal directories.