Does anyone have any experience running Fargate Ta...
# getting-started
f
Does anyone have any experience running Fargate Tasks? I can't seem to find any reasonable solution with Pulumi but might be missing something. There is the third party pulumi-run-fargate-task package that I keep seeing referenced but I'm surprised it's not more intuitive with Pulumi,
g
Hi Gavin, have you seen the Fargate examples here? https://github.com/pulumi/examples/blob/master/aws-ts-hello-fargate/index.ts Should be one for each supported language.
f
Ah thanks! I was using a Service originally, but when my task finished it's workload and exited (as it should), since it was running in a Service it kept being restarted. I was looking to run one-off workloads and I gathered Tasks and Task Definitions were the way to do that. If there is a way to manage that with a Service that would work