Hello,
For Prefect 1.0 there was documentation with some resources for the different kind of remote Agents: Docker, ECS, ...
For Prefect 2.0 I do not see here if there are different alternatives for remote agents.
Is there any tutorial or similar where is shown how to launch a remote agent? Preferably if it is listening to a Deployment scheduled in Prefect Cloud.
Thanks in advance!
o
Oscar Björhn
08/17/2022, 4:25 PM
Hey,
I believe there is now only one type of agent, it's instead the deployment itself that tells the agent what it needs to do in order to run the contents of the deployment.
👍 1
Of course the agent needs to know whether it should listen to a cloud or non-cloud work queue, as well. But beyond that, there isn't much to configure on the agent side of things.
@Oscar Björhn@Cole Murray Thanks for the information! I will look deeper into the "infrastructure".
Since now there is no explicit remote agents do you know a simple way to have an agent running on the cloud? optimally with something that could be initiated easily via Terraform.
I saw this (but has too many manual steps), and this (but it does not work in Prefect 2.0 yet)