Skip to content

Mindflash/tf_spot_asg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS ASG Request

Terraform module which creates an autoscaling Spot Fleet and an ECS Cluster on AWS.

Usage

module "request" {
  source = "[email protected]:charles-d-burton/tf_spot_asg.git"
  region       = "us-east-1"
  env          = "dev"
  max_size     = "5"
  vpc_id       = "<your vpc>"
  subnet_ids   = [<list of subnets>]
  key_name     = "dev"

  notification = ["arn:aws:sns:us-east-1:1234567890:no-alarm"]
}

Limitations

  • some instance types cannot be launched in certain regions.

Authors

Module managed by Charles Burton.

License

Apache 2 Licensed. See LICENSE for full details.

About

Define a spot fleet for traditional autoscaling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 94.7%
  • Shell 5.3%