Skip to content

Releases: theonestack/hl-component-fargate-v2

0.7.5

13 Sep 11:38
Compare
Choose a tag to compare

What's Changed

  • version bumped application autoscaling component to 0.1.6 which adds support for custom metric autoscaling

example

service_namespace: ecs

scaling_policy:
  target:
    custom:
      namespace: AWS/AmazonMQ
      metric_name: MessageCount
      statistic: Average
      unit: Count
      dimensions:
          - Name: Broker
            Value: 
              Fn::Sub: ${EnvironmentName}-rabbitmq
        - Name: VirtualHost
          Value: /
        - Name: Queue
          Value: myqueue
    scale_in_cooldown: 180
    scale_out_cooldown: 60
    target_value: "10"

See https://github.com/theonestack/hl-component-application-autoscaling/blob/main/tests/ecs_custom_target.test.yaml

Full Changelog: 0.7.4...0.7.5

0.7.4

10 Aug 06:37
d64e5dd
Compare
Choose a tag to compare

##What's Changed

  • Version bumped application autoscaling component to 0.1.3

Full Changelog: 0.7.3...0.7.4

0.7.3

18 Mar 03:23
Compare
Choose a tag to compare
  • bug fix healthcheck unhealthy_count config key
  • fix up targetgroup healthcheck tests to create the targetgroup resource

0.7.2

17 Mar 01:09
Compare
Choose a tag to compare
  • fixup autoscaling rspec tests
  • bugfix for targetgroup healthchecks by correcting spelling in config
  • added tests for targetgroup healthchecks

0.7.1 - Application Autoscaling target tracking support

17 Dec 11:35
Compare
Choose a tag to compare
  • feature: supports ecs application target tracking autoscaling

0.7.0 - support multi statement IAM policies

22 Sep 07:08
4a243e4
Compare
Choose a tag to compare
  • bump lib-iam version to support multi statement IAM policies
  • add test for iam policies

0.6.1 - Fixes configuring application autoscaling polices

25 Aug 10:36
Compare
Choose a tag to compare

0.6.0 - Supports configuring application autoscaling polices

23 Aug 16:35
Compare
Choose a tag to compare
adds support for application autoscaling policies

0.5.8 - Supports passing multiple existing target groups

30 Jul 11:26
Compare
Choose a tag to compare
fixes passing in multiple target groups

0.5.7- security group ingress rule cidr allowing use of FnImport

29 Jul 16:47
Compare
Choose a tag to compare
remove fnsub to allow for FnImport for the VPC Cidr