Spot Scaling Auto-Enrollment
We are thrilled to announce the ability to apply Spot Scaling recommendations using Infrastructure as Code (IaC) tools, like Terraform and AWS CloudFormation, in addition to the option existing in the Cloud Management Platform(CMP).
Spot Scaling Auto-Enrollment is ideal for DevOps or Platforms teams who prefer using IaC tools to deploy and maintain their cloud infrastructure.
To enable Auto-Enrollment, add the following tag to your AWS AutoScalingGroup:
- Key: doitintl:spotscaling:auto-enroll
- Value: always
To enable fallback to on-demand, add the following tag to your AWS AutoScalingGroup:
- Key: doitintl:fallback-to-on-demand
- Value: true
We continue to support more Spot Scaling capabilities by leveraging AWS AutoScalingGroup tags!
For more details about this new feature, please visit the official documentation: https://help.doit-intl.com/docs/spot-scaling/setup#spot-scaling-auto-enrollment