Skip to content

Releases: fivexl/terraform-aws-ec2-spot-price

v2.0.0

18 Feb 20:50
f4c8151

Choose a tag to compare

Changes

  • New feature List of instances for select best type and support configuring overrides
  • New feature Instance weighting for Auto scaling groups
  • Examples and documentation

Inputs

  • instance_type replaced by instance_types_list. And it requires a list of instance types.
  • New instance_types_weighted_map
  • New instance_weight_default
  • custom_max_price_modifier replaced by custom_price_modifier

Outputs

  • spot_price_max replaced by spot_price_current_max
  • spot_price_over replaced by spot_price_current_max_mod
  • spot_price_min replaced by spot_price_current_min
  • New spot_price_current_min_mod
  • New spot_price_current_optimal
  • New spot_price_current_optimal_mod
  • spot_price_avg removed
  • spot_price_min_raw removed
  • spot_price_max_raw removed
  • spot_price_over_raw removed
  • spot_price_avg_raw removed

v1.0.3

03 Feb 22:52
fb719a2

Choose a tag to compare

Changes

  • Price normalization by default. Helps to avoid small price fluctuations
  • Backward compatibility of old non-normalized prices is available in _raw outputs

Added

var.normalization_modifier (optional) - Modifier for price normalization (rounded up / ceil). Helps to avoid small price fluctuations.

v1.0.2

17 Jan 22:56
206b101

Choose a tag to compare

Changes

Added the ability to specify multiple products for the product description filter

Added

var.product_description_list

Removed

var.product_description

v1.0.1

15 Jan 12:30
d67cdfc

Choose a tag to compare

README.md fix

v1.0.0

15 Jan 12:22
cfb8574

Choose a tag to compare

add variables validation, fmt, README.md update, example update