Skip to content

Add additional check to trigger fallback strategy when AWS doesn't provide enough machines.

Marcos Huck requested to merge feature/fallback_strategy into develop

Related tasks

Context

Change

When creating EC2 machines, we were checking that the list of machines created wasn't equal to zero. This MR adds an aditional check to compare if the number of requested machines equals the amount of machines that were created by AWS.

Other information

Additional documentation

Reviewer

Edited by Marcos Huck

Merge request reports