Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 405 Bytes

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"
}