Terraform module which creates an autoscaling Spot Fleet and an ECS Cluster on AWS.
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"]
}
- some instance types cannot be launched in certain regions.
Module managed by Charles Burton.
Apache 2 Licensed. See LICENSE for full details.