Skip to content

ASG on_demand_price_multiplier preference #483

@sdaniel-r7

Description

@sdaniel-r7

Github issue

Issue type

  • Bug Report

Build number

build 1.0-custom-f295a1f
Commit SHA1: f295a1f

Configuration

Environment

  • AWS region: us-east-1
  • Type of environment: VPC

Summary

Appears as if the ASG multiplier value is fetched but not utilized. Instead it continues to rely on the lambda multiplier value for price calc.

Steps to reproduce


Create lambda env vars ON_DEMAND_PRICE_MULTIPLIER (0.67) and ASG tags (0.55) for autospotting_on_demand_price_multiplier and launch 2 or more instances

Expected results

When provided, the Auto Scaling Group multiplier should be used

Actual results

When lambda has: ON_DEMAND_PRICE_MULTIPLIER and the Auto Scaling Group also has a multiplier: autospotting_on_demand_price_multiplier, the autospotting code does not use the auto scaling group- instead it relies on the lambda multiplier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions