https://pulumi.com logo
Title
h

high-grass-3103

01/10/2022, 7:40 PM
Does anyone have an example for ECS service on EC2?
g

great-queen-39697

01/12/2022, 3:38 PM
What language are you looking for? We have a number of examples in https://github.com/pulumi/examples
h

high-grass-3103

01/23/2022, 11:37 AM
can you point me directly to an example involving ECS on EC2 please? I only found examples with Fargate or DigitalOcean (ECS anywhere). I'm using typescript but any language will do.
g

great-queen-39697

01/24/2022, 8:38 PM
My apologies that the first thing I'm finding is in Python, but does this help? https://github.com/pulumi/examples/blob/master/aws-py-ecs-instances-autoapi/py-ecs-instance/__main__.py
If you have any questions on translating that to typescript, I'm happy to help.
h

high-grass-3103

02/06/2022, 9:29 PM
That's perfect, thanks a lot 👍