Hello, I’m trying to have a container running on E...
# golang
s
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
Hello 🙂
👋 1
l
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
Ok, I will try to do it myself then, and then create an example