hey is there any “easy” tutorial on how to use Pre...
# ask-community
d
hey is there any “easy” tutorial on how to use Prefect 2.0 with AWS EKS, so far I haven’t found any and it’s kind of discovery mode for me.
1
a
yup! still WIP but it's already working - you can create EKS cluster and deploy a Prefect agent with one click from here https://github.com/anna-geller/dataflow-ops-aws-eks/blob/main/.github/workflows/eks_prefect_agent.yml
d
hmm okay then the job will be picked via the agent then? Or will it scale up the pods. That was the usp in prefect 1.0 with ECS that you have an agent and then it starts the job as a task that stops after it’s done
a
You asked about EKS though. ECSTask is on the roadmap and recipe for using ECS is available here https://github.com/anna-geller/dataflow-ops
d
yeh I saw that there was nothing that was similar to what we used before with ECSTask that’s why I’m figuring this out how we could do it on EKS now
a
sure, check what works best for you, both repos work already, ECSTask block will be released as experimental block most likely next week https://github.com/PrefectHQ/prefect-aws/pull/85
d
thanks good to know I will try out your github action now and then see whether this is something that we can use
🙌 1