HI folks, we've successfully deployed Farget Agent...
# prefect-server
a
HI folks, we've successfully deployed Farget Agent, but fargate tasks are quite slow due to the provisioning phase which takes ~ 1-2 minutes. We are thinking of switching from Fargate tasks to EC2 tasks. Is this option supported by Fargate Agent?
j
Hi @ale the fargate agent has a _`launch_type`_ kwarg which accepts either
FARGATE
or
EC2
a
Hi @josh, thank you very much!