neillturner / terraform-aws-autospotting

Automatically convert your existing AutoScaling groups to significantly cheaper spot instances with minimal(often zero) configuration changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-autospotting

Automatically convert your existing AutoScaling groups to significantly cheaper spot instances with minimal(often zero) configuration changes

Deprecated see https://github.com/cristim/autospotting for details.

To access from terraform:

module "autospotting" {
  source  = "cristim/autospotting/aws"
  version = "0.0.9"
}

About

Automatically convert your existing AutoScaling groups to significantly cheaper spot instances with minimal(often zero) configuration changes

License:MIT License


Languages

Language:HCL 100.0%