You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
This repo allows us to create EC2 images that will then be published as AMIs on AWS. However, when new releases are made, new AMIs are added, but the old versions remain on the platform. It would be good to keep only the last 2 or 3 versions not to overload our library of available AMI.
Possible solution
As we will probably already have terraform on this repo thanks to this PR #19, we could consider using this tool to make work
The text was updated successfully, but these errors were encountered:
This issue striked again, during the release of v1.9 AWS didn't succeed.
I've manually increased the limits of the account for each region, I'm waiting for confirmation to proceed with the release. But we should definitely work on this one @curquiza
Description
This repo allows us to create EC2 images that will then be published as AMIs on AWS. However, when new releases are made, new AMIs are added, but the old versions remain on the platform. It would be good to keep only the last 2 or 3 versions not to overload our library of available AMI.
Possible solution
As we will probably already have terraform on this repo thanks to this PR #19, we could consider using this tool to make work
The text was updated successfully, but these errors were encountered: