Skip to content

campspot/terraform-aws-ecs-capacity-provider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS ECS Capacity Provider

Purpose: Blueprints for AWS ECS Capacity Providers.

Requirements

No requirements.

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
asg_max_size Maximum allowed nodes in the cluster number 3 no
launch_template Identifier of Launch Template used for auto-scaling any n/a yes
name Name of the capacity provider any n/a yes
on_demand_base_capacity Minimum number of on-demand instances used to fulfill desired capacity number 0 no
on_demand_percentage_above_base_capacity Percentage of on-demand vs spot instances number 0 no
vpc_default Indicate whether to deploy in the default VPC bool true no
vpc_tags A map of tags to match on the VPC lookup map(any) {} no

Outputs

Name Description
capacity_provider_name Name of the provisioned capacity provider

About

Provision an ECS Capacity Provider

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 81.4%
  • Makefile 18.6%