-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Current AWS cloud formation only uses on-demand Fargate instances.
Spot instances are a lot cheaper, albeit they are interruptable.
However, not every build task is mission critical.
Suggested solution
An option can be added to the action.yaml for using spot instances.
Instead of launch type Fargate, capacity providers option can be used to utilize spot instances.
A retry strategy can be put in place for interrupted tasks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request