https://prefect.io logo
Title
n

Nikhil Jain

12/12/2022, 11:22 PM
Are there any examples/recipes for ECS deployment implemented in python?
n

Nikhil Jain

12/13/2022, 1:08 AM
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

Zanie

12/14/2022, 5:26 PM
@Ryan Peden perhaps you have an example of this?
n

Nikhil Jain

12/14/2022, 7:54 PM
Thanks @Zanie I actually got it working with Anna’s help (this thread)
👍 1