when creating a custom task definition - in this c...
# ask-community
d
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]
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
actually i guess i can just look at a launched task definition by prefect