https://pulumi.com logo
#general
Title
# general
s

stocky-father-68249

09/26/2022, 6:26 AM
Hey guys. Is there a way how I can turn on canary deployments in ecs using pulumi python?
e

echoing-dinner-19531

09/26/2022, 7:09 AM
I don’t think turning on canary deployments is just a parameter to ecs? Every description of seen of doing this has been having multiple task sets setup and changing various configuration settings for the each. But you should be able to follow one of the many descriptions about this in cloudfomation and do a pretty straight forward translation to pulumi python. We should expose every resource and property needed.
s

stocky-father-68249

09/26/2022, 8:39 AM
https://www.appmeshworkshop.com/deployment/ that's one way to doing it, using app mesh and virtual routers. Gonna look into replicating it using pulumi. Thanks @echoing-dinner-19531