ec2

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	CreateSecurityGroup(groupName string) (string, error)
	AuthorizeSecurityGroupIngress(securityGroupID string, port int) error
	AuthorizeSecurityGroupEgress(securityGroupID string, port int) error
	DeleteSecurityGroup(securityGroupID string) error
	GetENISecurityGroups(eniID string) ([]string, error)
	WaitTillTheENIIsDeleted(ctx context.Context, eniID string) error
}

func NewManager

func NewManager(ec2Client *ec2.EC2, vpcID string) Manager

Jump to

Keyboard shortcuts

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