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

feat(aws-autoscaling): add instance AutoScaling #1134

Merged
merged 20 commits into from
Nov 15, 2018

Commits on Nov 7, 2018

  1. WIP

    Rico Huijbers committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    967c562 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into huijbers/instance-autoscaling

    Rico Huijbers committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    59d0c51 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. feat(aws-autoscaling): add instance AutoScaling

    It's now possible to add autoscaling policies (step scaling, target
    tracking, and scheduled) to AutoScalingGroup. It's also possible to add
    lifecycle hooks to an AutoScalingGroup, which will publish messages to
    SQS queues or SNS topics.
    
    ALSO IN THIS COMMIT
    
    - Fix an issue where an invalid PauseTime is generated on
      AutoScalingGroup.
    
    Fixes #1042, fixes #1113.
    Rico Huijbers authored and rix0rrr committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8361833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efdeeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    541136f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f3d43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80ed3e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    612a308 View commit details
    Browse the repository at this point in the history
  2. Trigger build

    rix0rrr committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    fd4df41 View commit details
    Browse the repository at this point in the history
  3. Trigger build

    rix0rrr committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    53c660c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f25d3c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'huijbers/instance-autoscaling' of github.com:awslabs/aw…

    …s-cdk into huijbers/instance-autoscaling
    rix0rrr committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6e1fb9d View commit details
    Browse the repository at this point in the history
  6. File is autogenerated

    rix0rrr committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    18c0100 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Add gitignore

    rix0rrr committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    63a9667 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14df8af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e03a2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7092d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Fix README typos

    rix0rrr committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    b22e101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bba99 View commit details
    Browse the repository at this point in the history
  3. Update tests

    rix0rrr committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    11d9ad5 View commit details
    Browse the repository at this point in the history