Skip to content

Update GetCloudMachineInstances to use new platform setup.

Related tasks

Context

The SimService.GetCloudMachineInstances relied on an Ec2Client implementation to return machines. The Ec2Client was removed in !376 (merged).

Change

This MR updates SimService.GetCloudMachineInstances so that it doesn't require an Ec2Client call.

Other information

It is possible that this endpoint is no longer valid as we're not creating MachineInstances anymore.

Additional documentation

Edited by Alejo Carballude

Merge request reports