Hello,
I’m trying to have a container running on ECS Fargate with an autoscaling based on a metric (let’s say CPU usage).
Currently I have one instance my container running, and I’m not sure how to proceed to setup the autoscalling.
I’ve found the typescript guide https://www.pulumi.com/docs/guides/crosswalk/aws/autoscaling/ but it is using awsx, which I don’t think is available in go yet.
I have not found an example for this on the example repository. I feel like it should be done through the cluster with a capacity provider but I do not know how.
Could you help me by telling me how to start solving my issue or do you have an example of this ?
Thank you 🙂
a
adventurous-jordan-10043
04/21/2020, 9:53 AM
Hello 🙂
👋 1
l
lemon-agent-27707
04/21/2020, 3:13 PM
You are correct, awsx is not available in Go today. We have an issue tracking this: https://github.com/pulumi/pulumi-awsx/issues/308
We are beginning to investigate some multi-language work that would help here, but no ETA on that yet.
s
strong-belgium-23055
04/21/2020, 4:41 PM
Ok, I will try to do it myself then, and then create an example