Are there any examples/recipes for ECS deployment ...
# ask-community
n
Are there any examples/recipes for ECS deployment implemented in python?
n
Thanks! I have seen both of these, but did not find an example of building a deployment in python. The first one uses a bash script for deployment. e.g. how can I create an instance of an ECSTask block, modify it programmatically for each flow and create deployments, all from a python program? That way I don’t have to write manual deployment for every new flow that I add.
z
@Ryan Peden perhaps you have an example of this?
n
Thanks @Zanie I actually got it working with Anna’s help (this thread)
👍 1