ec2

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2025 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteEC2Instance

func DeleteEC2Instance(ctx context.Context, client *ec2.Client, instanceID string) error

func LogEC2InstanceDescribe added in v1.0.2

func LogEC2InstanceDescribe(ctx context.Context, ec2Client *ec2.Client, instanceID string, logger logr.Logger) error

func WaitForEC2InstanceRunning added in v1.0.2

func WaitForEC2InstanceRunning(ctx context.Context, ec2Client *ec2.Client, instanceID string) error

Types

type Instance

type Instance struct {
	ID   string
	Name string
	IP   string
}

type InstanceConfig

type InstanceConfig struct {
	ClusterName        string
	InstanceName       string
	AmiID              string
	InstanceType       string
	InstanceProfileARN string
	VolumeSize         int32
	UserData           []byte
	SubnetID           string
	SecurityGroupID    string
}

instanceConfig holds the configuration for the EC2 instance.

func (*InstanceConfig) Create

func (e *InstanceConfig) Create(ctx context.Context, ec2Client *ec2.Client, ssmClient *ssm.Client) (Instance, error)

Jump to

Keyboard shortcuts

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