Amazon ECS capacity providers
(Redirected from Capacity Provider)
Jump to navigation
Jump to search
Amazon ECS capacity providers are used to manage the infrastructure the tasks in your clusters use.
Limitations[edit]
- Amazon allows to create a maximum of 10 capacity providers per cluster, and cannot be increased.[1] If you try to create a new capacity provider and have exceed the limit you will get the following error:
the maximum number of capacity providers per cluster has been exceeded - When you specify a capacity provider strategy, the number of capacity providers that can be specified is limited to 6
Capacity provider commands[edit]
Related commands[edit]
aws ecs describe-clusters --cluster mycluster | jq '.clusters[].defaultCapacityProviderStrategy'aws ecs create-service --cluster <cluster name> --service-name <your service name> --capacity-provider-strategy CapacityProvider=<provide name>
Role[edit]
Related[edit]
New[edit]
See also[edit]
aws ecs [ create-capacity-provider | delete-capacity-provider | describe-capacity-providers | put-cluster-capacity-providers | update-capacity-provider ]- Amazon ECS, Service, Tasks (Task overview), capacity providers, Cluster Auto Scaling (CAS),
aws ecs, ecs-cli, ~/.ecs/config, AWS Copilot, AWS Fargate, Fargate Spot, AWS CloudWatch Container Insights,/etc/ecs/ecs.config, Security group (SG), container agent, task definition, Amazon ECS events, best practices, Amazon ECS Exec Checker, Amazon ECS Agent, Service Connect,AWSServiceRoleForECS, Terraform ECS, AWS ECS Rolling deployments,requiresAttributes
Advertising: