Is there any documentation for configuring autosca...
# aws
q
Is there any documentation for configuring autoscaling for fargate services?
I can see docs for ec2, but not fargate
b
Appautoscaling is the one you want. There's an example of autoscaling an ecs service here: https://www.pulumi.com/docs/reference/pkg/aws/appautoscaling/target/#ecs-service-autoscaling
q
Thanks that looks like what I need 🙂