sparse-intern-71089
03/16/2021, 9:01 PMfaint-table-42725
03/16/2021, 10:05 PMclever-sunset-76585
03/17/2021, 12:44 AMAlso open to other suggestion for CD systems that integrate nicely with pulumi.There is also Octopus Deploy. We have step templates that you could use to run Pulumi in Octopus Deploy. There may be other CD tools too and you should be able to use Pulumi in almost any CD tool really. The limiting factor is whether or not you can easily run an external tool if there is no built-in extension for Pulumi already. Most CD tools allow you to build custom extensions, if we don’t already have one for it. For ECS specifically, I would also recommend that you check out AWS CodeDeploy. You could string up AWS CodeBuild to run Pulumi and then use CodeDeploy to orchestrate the deployment strategy.