when creating a custom task definition - in this context with an aws work pool - is there any best practices for managing the environment? for example, the appropriate container
command
- is or it as straight forward as it seems, just run
[python, path, to, workflow]
David DeStefano
03/04/2025, 7:42 PM
for context i'm setting this up because i require ephemeral storage (using FARGATE) and it seems the base template does not allow for setting this
David DeStefano
03/04/2025, 7:47 PM
actually i guess i can just look at a launched task definition by prefect