Skip to contents

Modifies the parameters for a capacity provider.

See https://www.paws-r-sdk.com/docs/ecs_update_capacity_provider/ for full documentation.

Usage

ecs_update_capacity_provider(
  name,
  cluster = NULL,
  autoScalingGroupProvider = NULL,
  managedInstancesProvider = NULL
)

Arguments

name

[required] The name of the capacity provider to update.

cluster

The name of the cluster that contains the capacity provider to update. Managed instances capacity providers are cluster-scoped and can only be updated within their associated cluster.

autoScalingGroupProvider

An object that represent the parameters to update for the Auto Scaling group capacity provider.

managedInstancesProvider

The updated configuration for the Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes take effect for new instances launched after the update.