...
This should ideally be sufficient for most scenarios, but the values are adjustable by defining one or both of the following variables if need be:
${custom.aws.maxErrorRetry}
- how many retries should the exponential backoff algorithm perform (default: 7)${custom.aws.awaitTransitionInterval}
- how long should the task wait before querying the resource transition state again (default: 15000 milliseconds)