https://prefect.io logo
Title
e

Emma Rizzi

08/26/2021, 8:52 AM
Hello ! a few months ago I had issues with deploying Prefect Server with a ECS and a private Docker storage. As its all working well now I wrote a tutorial on the steps I had to follow, hoping it might help anyone needed this particular configuration too 🙂 Here's the article : https://towardsdatascience.com/deploying-prefect-server-with-aws-ecs-fargate-and-docker-storage-36f633226c5f
🎉 9
❤️ 3
👋 7
k

Kevin Kho

08/26/2021, 1:58 PM
Nice! I wanted to see this lol. I think we’ll get this up on the Prefect site.
e

Emma Rizzi

08/27/2021, 6:49 AM
Thanks @Kevin Kho! I hope it can be usefull for others 🙂
w

Wilson Bilkovich

08/27/2021, 4:45 PM
Do you happen to know the difference between:
[cloud]
api = "<http://X.X.X.X:4200>"
and specifying
[server]
endpoint = "<http://X.X.X.X:4200>"
? I notice the former in your article, but I haven’t run into that form before.
k

Kevin Kho

08/27/2021, 4:46 PM
I think server is more right. I think the above is used with
prefect backend cloud
and the bottom is used with
prefect backend server
e

Emma Rizzi

08/30/2021, 7:06 AM
@Wilson Bilkovich sorry if that wasn't clear enough. I figured out that agents other than Local rely on cloud.api instead of server.endpoint, which gets set to localhost by default when running Prefect Server. We discussed it a bit in this issue. Feel free to ask if you need more details 🙂