Is it possible to cinfugre autoscaling for ECS se...
# aws
a
Is it possible to cinfugre autoscaling for ECS service in Pulumi? I can’t find it anywhere in the doc or in the source code. What I’m referring to: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html Am I missing something?
m
s
Yes you use the application autoscaling (aws) module
a
That seems to create EC2 autoscaling, not fargate autoscaling. Unless I’m misreading the API?
s
Application autoscaling manages items such as ecs, dynamodb and more. Your thinking ec2 auto-scaling groups
a
Thanks!