https://prefect.io logo
v

Vadym Dytyniak

03/24/2022, 12:19 PM
Hey. I would like to change
ephemeralStorage
in ECSRun configuration. Can I use
run_task_kwargs
to modify it? If yes - what is the format of this dict to pass
ephemeralStorage
?
Looks like the following format works:
Copy code
run_task_kwargs=dict(overrides={'ephemeralStorage': {"sizeInGiB": 10}}),
k

Kevin Kho

03/24/2022, 1:43 PM
Looks like you figured this out already?
v

Vadym Dytyniak

03/24/2022, 1:44 PM
yes, thanks
9 Views