In the pools of type ECS, in the settings, it'd be...
# prefect-ui
f
In the pools of type ECS, in the settings, it'd be nice to have in the default settings a form to specify the parameters of the "task_definition", some parameters are missing and must be filled from the json form, like the disk space i.e.
Copy code
"task_definition": {
      "cpu": "{{ cpu }}",
      "family": "{{ family }}",
      "memory": "{{ memory }}",
      "ephemeralStorage": {
        "sizeInGiB": 200
      },