Releases: fivexl/terraform-aws-ec2-spot-price
Releases · fivexl/terraform-aws-ec2-spot-price
v2.0.0
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_typereplaced byinstance_types_list. And it requires a list of instance types.- New
instance_types_weighted_map - New
instance_weight_default custom_max_price_modifierreplaced bycustom_price_modifier
Outputs
spot_price_maxreplaced byspot_price_current_maxspot_price_overreplaced byspot_price_current_max_modspot_price_minreplaced byspot_price_current_min- New
spot_price_current_min_mod - New
spot_price_current_optimal - New
spot_price_current_optimal_mod spot_price_avgremovedspot_price_min_rawremovedspot_price_max_rawremovedspot_price_over_rawremovedspot_price_avg_rawremoved
v1.0.3
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.