package
0.0.0-20230628214157-3bfe64699e82
Repository: https://github.com/gravitational/gravity.git
Documentation: pkg.go.dev

# Functions

ConvertError converts errors specific to AWS to trace-compatible error.
New returns new instance of AWS autoscaler.

# Constants

InstanceLaunching is AWS instance launching lifecycle autoscaling event.
InstanceTerminating is AWS instance terminating lifecycle autoscaling event.

# Structs

Autoscaler is AWS autoscaler server, it enables nodes to discover cluster information via AWS Systems Manager (SSM) Parameter Store and Masters to add/remove nodes from the cluster as they join via discovery group.
Config is autoscaler config.
HookEvent is a lifecycle hook event posted by autoscaling group.

# Interfaces

EC2 is an interface representing AWS Elastic Compute cloud.
Operator is a simplified operator interface to mock in tests.
SQS is an interface representing AWS Queue Service.
SSM is an interface representing AWS Systems Manager.

# Type aliases

No description provided by the author