RetryConfigInput
class RetryConfigInput
This structure contains information about the canary's retry configuration.
The default account level concurrent execution limit from Lambda is 1000. When you have more than 1000 canaries, it's possible there are more than 1000 Lambda invocations due to retries and the console might hang. For more information on the Lambda execution limit, see Understanding Lambda function scaling.
For canary with MaxRetries = 2
, you need to set the CanaryRunConfigInput.TimeoutInSeconds
to less than 600 seconds to avoid validation errors.