sawsh

package
v0.0.0-...-70640bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	// Name of the instance
	Name string
	// InstanceId is the AWS ec2 identifier
	InstanceID string
	// Ip is the private IP address.
	IP string
	// PublicIp is the public IP address.
	PublicIP string
	// LaunchTime is the time the ec2 instance was launched
	LaunchTime time.Time
}

Instance is a collection of all information about an ec2 instance.

type SSHOptions

type SSHOptions struct {
	User     string
	Instance Instance
	TrySSM   bool
}

SSHOptions contains ssh connection options.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL