Hey guys. Is there a way how I can turn on canary ...
# general
s
Hey guys. Is there a way how I can turn on canary deployments in ecs using pulumi python?
e
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
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