Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { //extracted here for convenience ID string Public bool ConnectIP string NameTag string //TODO: add name tag // contains filtered or unexported fields }
AwsInstance An AWS instance
func NewInstance ¶
NewInstance returns a new AWS instance
func (*Instance) SendPublicKey ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session An AWS API session
func (*Session) GetReservations ¶
func (sess *Session) GetReservations() ([]*ec2.Reservation, error)
Click to show internal directories.
Click to hide internal directories.