Open
Description
Does exist the ability to use CustomizedMetricSpecification for auto-scaling now? I can't find an example in docs.
Like here
{ "TargetValue":30.0, "ScaleOutCooldown":120, "ScaleInCooldown":120, "CustomizedMetricSpecification":{ "MetricName":"rate_messages_produced_average_1m", "Namespace":"ECS/CloudWatch/Custom", "Dimensions":[ { "Name":"ClusterName", "Value":"ecs-sarathy-cluster" }, { "Name":"TaskGroup", "Value":"service:PublisherService" } ], "Statistic":"Average" }
https://aws.amazon.com/ru/blogs/containers/autoscaling-amazon-ecs-services-based-on-custom-cloudwatch-and-prometheus-metrics/
Activity