terraform-aws-fargate
terraform-aws-fargate copied to clipboard
Add support for dynamic intra-service ingress and configurable auto-scaling
Example:
[...]
myService = {
[...]
ingress_ports = [5701, 15701] # vert.x hazelcast cluster
container_port = 80
auto_scaling_metric_type = "ALBRequestCountPerTarget"
auto_scaling_target_value = 200
[...]
}
[...]