This is a collection of submodules that make it easier to non-destructively manage multiple Auto Scaling for resources on Amazon Web Services:
module "ecs_service_basic_cluster" {
source = "michael-act/simple-autoscaling/aws//modules/ecs-cluster"
cluster_name = "ecs-cluster-exploration-michaelact"
autoscaling_group_name = "asg-cluster-exploration-michaelact"
}
Module is maintained by Michael Act with help from these awesome contributors.
Apache 2 Licensed. See LICENSE for full details.