terraform-aws-fargate icon indicating copy to clipboard operation
terraform-aws-fargate copied to clipboard

Add support for dynamic intra-service ingress and configurable auto-scaling

Open mellster2012 opened this issue 4 years ago • 0 comments

Example:

[...]
myService = {
  [...]
  ingress_ports   = [5701, 15701] # vert.x hazelcast cluster
  container_port  = 80
  auto_scaling_metric_type = "ALBRequestCountPerTarget"
  auto_scaling_target_value = 200
  [...]
}
[...]

mellster2012 avatar Jun 30 '20 00:06 mellster2012