I am currently using Amazon MWAA as my Airflow. I want to have 2 types of workers nodes but currently MWAA doesn't support it. I want to have:
- High Compute Optimized CPU workers
- GPU workers
I want to create different queues for both the worker types and submit jobs to these workers nodes.
Is it possible to add an existing EC2 instance (say GPU instance) to MWAA? I only see Start and Stop EC2 operators available.
Does anyone have any pointers on this?