Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

dtan4/lambda-smart-autoscaling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-smart-autoscaling

Lambda function to launch cost-optimized EC2 instances

"cost-optimized"

When the Spot Price is much lower, this function tries to request Spot Instance. If higher than ondemand price, this function launches Ondemand Instance.

Spot bidding strategy is similar to vimeo's strategy.

Local Development

$ npm install

# Run locally
$ npm run local

# Run linter
$ npm run lint

# Build .zip package
$ npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published