Versions in this module Expand all Collapse all v1 v1.0.3 Mar 3, 2025 v1.0.2 Jan 29, 2025 Changes in this version + func RunCommand(ctx context.Context, client *ssm.Client, instanceId, command string, ...) (e2eCommands.RemoteCommandOutput, error) + func WaitForInstance(ctx context.Context, client *ssm.Client, instanceId string, logger logr.Logger) error v1.0.1 Jan 16, 2025 Changes in this version + func NewSSHOnSSMCommandRunner(client *ssm.Client, jumpboxInstanceId string, logger logr.Logger) e2eCommands.RemoteCommandRunner + type SSHOnSSM struct + func (s *SSHOnSSM) Run(ctx context.Context, ip string, commands []string) (e2eCommands.RemoteCommandOutput, error)