Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Set application autoscaling policy type by the configuration used #3536

Closed
wants to merge 2 commits into from

Commits on Feb 26, 2018

  1. WIP: Add failing test for ECS Target Tracking autoscaling policies

    No idea why this doesn't work but step scaling for ECS and target tracking for DDB does.
    Raised an AWS support ticket to see if they can explain what's wrong there in the mean time.
    tomelliff committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    c70bdf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Expand ECS target tracking autoscaling acc test before refactor

    To make it go green had to add policy_type which normally defaults to StepScaling.
    This should probably be set by the type of scaling configuration block used in the resource instead and then deprecated.
    Wanted to get the test built up and green before starting to refactor though.
    tomelliff committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    ee3685d View commit details
    Browse the repository at this point in the history