Difference between revisions of "Amazon ECS capacity providers"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* <code>[[--capacity-provider-strategy]]</code>
 
* <code>[[--capacity-provider-strategy]]</code>
 
* When you specify a [[capacity provider strategy]], the number of capacity providers that can be specified is limited to 6.
 
* When you specify a [[capacity provider strategy]], the number of capacity providers that can be specified is limited to 6.
 +
* [[AWS ECS Cluster Auto Scaling (CAS)]]
  
 
== New ==
 
== New ==

Revision as of 11:30, 26 September 2022

Commands

aws ecs create-capacity-provider
aws ecs delete-capacity-provider
aws ecs describe-capacity-providers
aws ecs put-cluster-capacity-providers
aws ecs update-capacity-provider
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

  • AWSEC2CapacityReservationFleetRolePolicy

Related

New

See also

Advertising: