aws

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2018 License: Apache-2.0 Imports: 22 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(privateKey *machinessh.PrivateKey) cloud.Provider

New returns a aws provider

Types

type Config added in v0.0.2

type Config struct {
	AccessKeyID     string `json:"accessKeyId"`
	SecretAccessKey string `json:"secretAccessKey"`

	Region           string `json:"region"`
	AvailabilityZone string `json:"availabilityZone"`

	VpcID    string `json:"vpcId"`
	SubnetID string `json:"subnetId"`

	InstanceType string            `json:"instanceType"`
	DiskSize     int64             `json:"diskSize"`
	DiskType     string            `json:"diskType"`
	Tags         map[string]string `json:"tags"`
}

Jump to

Keyboard shortcuts

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