Skip to content

Make all AWS errors when requesting instances retryable.

Marcos Huck requested to merge feature/add_aws_errors into develop

Related tasks

Context

After the dry-run held in staging on October 1st, we experienced some errors that aren't considered as retryable errors, making a lot of simulations fail.

Change

This MR adds a bunch of errors extracted from the AWS Documentation.

Other information

All these errors are related to server error codes.

Additional documentation

Edited by Alejo Carballude

Merge request reports