Documentation ¶
Index ¶
- func DeleteActivation(session *session.Session, activationId string) (*ssm.DeleteActivationOutput, error)
- func DeregisterInstance(session *session.Session, id string) (*ssm.DeregisterManagedInstanceOutput, error)
- func GetInstanceByActivationId(session *session.Session, id string) (*ssm.InstanceInformation, error)
- func Run(session *session.Session, logger logr.Logger, instanceID, command string, ...) error
- func WaitForSSMReady(session *session.Session, instanceID string, timeout time.Duration) error
- type ActivationInfo
- type CommandOpt
- type RunOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteActivation ¶ added in v0.9.2
func DeregisterInstance ¶ added in v0.9.2
func GetInstanceByActivationId ¶ added in v0.9.2
Types ¶
type ActivationInfo ¶ added in v0.9.2
func CreateActivation ¶ added in v0.9.2
func CreateActivation(session *session.Session, instanceName, role string) (*ActivationInfo, error)
type CommandOpt ¶
type CommandOpt func(c *ssm.SendCommandInput)
func WithOutputToCloudwatch ¶ added in v0.6.0
func WithOutputToCloudwatch() CommandOpt
func WithOutputToS3 ¶
func WithOutputToS3(bucket, dir string) CommandOpt
type RunOutput ¶ added in v0.7.0
type RunOutput struct { CommandId string StdOut, StdErr []byte // contains filtered or unexported fields }
func RunCommand ¶ added in v0.7.0
func RunCommand(session *session.Session, logger logr.Logger, instanceID, command string, timeout time.Duration, opts ...CommandOpt) (*RunOutput, error)
RunCommand runs the command using SSM on the instance corresponding to the instanceID.
func (*RunOutput) StatusDetails ¶ added in v0.19.8
StatusDetails returns the status details of the ssm command.
func (*RunOutput) Successful ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.