Hi all, Is there a documented recipe for deploying...
# ask-community
s
Hi all, Is there a documented recipe for deploying a Prefect flow on AWS ECS EC2? Specifically looking for a walkthrough for
run_config
parameters in
ECSRun
class
k
Hey @Svyat, there are some code examples at the bottom here . Anything specific you are trying to do?
👍 1
s
Hey @Kevin Kho , thanks, that points me in the right direction. High level, I'd like to test run a flow on a large EC2 instance instead of a FARGATE compute instance. We have a memory intensive task that occasionally causes the flow to crash, and I would like to see how the flow will behave with more metal to run on
k
Ah you need to change the launch type. See this
Look at this code snippet (and thread). Anna has a working example there