Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

add support for spot pricing #2

Open
cpolanec opened this issue Nov 13, 2020 · 0 comments
Open

add support for spot pricing #2

cpolanec opened this issue Nov 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@cpolanec
Copy link
Owner

Launch Templates support spot pricing which can reduce the runtime costs of the EC2 instances compared to the current on-demand approach. Spot pricing requests introduce additional complexity when launched from CloudFormation. Deletion of a CloudFormation stack will not include the Spot Request. These lingering Spot Requests will continue to launch EC2 instances after the stack has been deleted. Additional work is necessary to remove these Spot Requests via the CLI in the Makefile and possibly the GitHub actions. Still, the possibility remains that Spot Requests could remain so it might be useful to have background jobs monitoring for them.

@cpolanec cpolanec added the enhancement New feature or request label Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant