I want to add a retry to an AWS Step function, to retry on the following errors:
in step: UserDataExtract
Cause
Command failed:
OR
in step: UserDataExtract
Cause
ENOSPC: no space left on device, write
How should I configure the step function to retry on this specific error?