) and was able to set up Prefect agent in ECS. However, I would like to use prefect server, instead of prefect cloud. Is there a tutorial or learning resource where I can learn how to setup prefect server in ECS?
p.s: thanks @Taylor Curran and Mat for the tutorial. You did a great job!
💙 1
n
Nate
10/02/2023, 4:16 PM
hi @Lucas Cavalcanti Rodrigues - it should be largely the same for prefect server!
I assume you mean setting up an ECS worker that can run your server's deployments (ECS is not typically a place to run the server itself) - if that's not the case, feel free to let me know
l
Lucas Cavalcanti Rodrigues
10/02/2023, 4:51 PM
Thanks for the answer, Nate.
Sure, I’m also able to provision a prefect worker in ECS using Taylor’s code. But then where one typically deploy a prefect server in this case? I want to have a prefect server running in a custom domain in my company. Our website and other services run all in ECS, that’s why I was expecting to host prefect server in ECS too.