sourcefuse / terraform-aws-arc-ecs

Repo for managing the ECS Fargate Terraform Module.
Apache License 2.0
1 stars 3 forks source link

Add autoscaling support #61

Closed tsaucier-sf closed 4 months ago

tsaucier-sf commented 4 months ago

Is your feature request related to a problem? Please describe. There are instances where we would like to enable autoscaling on the deployed Fargate resources. This module should support that feature, since it manages the ECS cluster.

Describe the solution you'd like Add Fargate Autoscaling as an optional input.

mayank0202 commented 4 months ago

@tsaucier-sf we add autoscaling for ecs services and by default we only have default health check service so do you think we should add autoscaling here or have another repo for autoscaling ? cc: @jamescrowley321

tsaucier-sf commented 4 months ago

Requirement satisfied.

jamescrowley321 commented 3 months ago

@tsaucier-sf @mayank0202 Let's provide info on how to do it. Closing the issue wtihout guidance doesn't help the OP.

mayank0202 commented 3 months ago

Where we can provide the info? README ?

jamescrowley321 commented 3 months ago

Docs site is probably best.

mayank0202 commented 3 months ago

Okay i will create an github issue for adding docs

mayank0202 commented 3 months ago

https://github.com/sourcefuse/arc-docs/issues/101

FYI