Skip to content

Fix failure to cleanup AWS Auto Scaling Group

Romuald Atchadé requested to merge fix-failure-to-cleanup-aws-asg into main

Once the incept test is run for AWS Fleeting Plugin, it fails to delete the ASG created for the test.

This MR aims to fix this issue

To test this change we can compare the following job log:

An error occurred (ValidationError) when calling the DeleteAutoScalingGroup operation: AutoScalingGroup name not found - AutoScalingGroup 'asg-7277-1700691815' not found

The changes were also applied to the GCP as it had the same issue 😅

Edited by Romuald Atchadé

Merge request reports