Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Stream ¶ added in v0.0.7
func Stream(logGroup, commandID, instanceID *string)
Stream invocation logs to stderr/stdout
func WaitForInstance ¶ added in v0.0.7
WaitForInstance waits for an instance to finish executing
Types ¶
type Command ¶
type Command struct { DryRun bool // TODO Targets []string TargetLimit int ExecutionTimeout int MaxConcurrency string MaxErrors string Comment string LogGroup string Command []string SSMCommand *ssm.Command // contains filtered or unexported fields }
Command to execute
func (*Command) RunCommand ¶
RunCommand against EC2 instances
Click to show internal directories.
Click to hide internal directories.