Skip to content

This Terraform module has a different purpose and use cases than https://github.com/terraform-aws-modules/terraform-aws-autoscaling! It enables your services, such as ECS Service and ECS Cluster, to scale dynamically based on resource utilization. Take control of your scaling effortlessly with this module.

License

Notifications You must be signed in to change notification settings

michael-act/terraform-aws-simple-autoscaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This Terraform module has a different purpose and use cases than https://github.com/terraform-aws-modules/terraform-aws-autoscaling! It enables your services, such as ECS Service and ECS Cluster, to scale dynamically based on resource utilization. Take control of your scaling effortlessly with this module.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages