Hey. I would like to change `ephemeralStorage` in...
# prefect-community
v
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
Looks like you figured this out already?
v
yes, thanks