Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1023 Bytes

File metadata and controls

30 lines (19 loc) · 1023 Bytes

AWS Auto Scaling Module

This is a collection of submodules that make it easier to non-destructively manage multiple Auto Scaling for resources on Amazon Web Services:

Usage

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"
}

Examples

Authors

Module is maintained by Michael Act with help from these awesome contributors.

License

Apache 2 Licensed. See LICENSE for full details.