Is it possible to tag ECS jobs with GPU informatio...
# ask-community
a
Is it possible to tag ECS jobs with GPU information?
🤖 1
d
hey alexander - does that require running in EC2 rather than fargate? Right now our ECS run launcher only supports fargate
We're planning to add EC2 support soon though
https://github.com/aws/containers-roadmap/issues/88 suggests that it's not available yet in fargate but is coming soon on the AWS side
a
right, thanks. Do you know if it can be done on EKS?
d
I don't offhand, but if it could, you could likely configure the pod to use it using some of the fields here: https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#job-or-op-kubernetes-configuration
a
ah, thanks. there doesn't seem to be anything GPU specific on that page but i guess its just a question of tagging the node correctly? EKS does allow it.
d
yeah, that page is for applying k8s config in general
a
Do i have to use Helm to do K8s in Dagster?
d
you don't have to, but it's what we would recommend
a
is that how the dagster daemon launches job pods?
d
dagster doesn't use helm internally, no
a
great 🙂 (I don't like Helm, too obfuscated for my taste)