Documentation
¶
Overview ¶
Package aws provides steps implementations related to AWS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ASClient autoscalingiface.AutoScalingAPI AsgName string LaunchConfigName string }
func (*Client) AnASGNamed ¶
AnASGNamed updates the current ASG to be used by the other ASG related steps.
func (*Client) GetAWSCredsAndClients ¶
GetAWSCredsAndClients checks if there is a valid credential available and uses it to update the AS Client.
func (*Client) ScaleCurrentASG ¶
ScaleCurrentASG scales the max and min size of the current ASG.
func (*Client) UpdateFieldOfCurrentASG ¶
UpdateFieldOfCurrentASG updates the current ASG. Fields/parameters supported: LaunchConfigurationName, MinSize, DesiredCapacity and MaxSize.
Click to show internal directories.
Click to hide internal directories.