Junbum Lee
06/24/2022, 1:30 AMdeloy_ecs
), but I came to the request that is there option to use CUDA - which requires ECS cluster w/ EC2 not Fargate - so I'd like to know if there's option to launch the specific(CUDA-required) job on the EC2-ECS cluster and run other jobs on Fargate?
(I mean, is there any option to launch jobs on Fargate cluster as default and run some jobs on EC2 cluster?)
I saw that "The EcsRunLauncher
launches an ECS task per run. It assumes that the rest of our Dagster deployment is also running in ECS on a Fargate compatible cluster." on the document, but I'm curious is there any options 😉
(ps. I know that I can use another option using K8S(EKS), but it's using sledgehammer to crack a nut for my situation 😄)
https://docs.dagster.io/deployment/guides/aws#customizing-cpu-and-memory-in-ecsdaniel
06/24/2022, 9:31 PM