UpdateManagedInstancesProviderConfiguration - Amazon Elastic Container Service

UpdateManagedInstancesProviderConfiguration

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

Contents

infrastructureRoleArn

The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must have the necessary permissions to manage instances and access required AWS services.

For more information, see Amazon ECS infrastructure IAM role in the Amazon ECS Developer Guide.

Type: String

Required: Yes

instanceLaunchTemplate

The updated launch template configuration. Changes to the launch template affect new instances launched after the update, while existing instances continue to use their original configuration.

Type: InstanceLaunchTemplateUpdate object

Required: Yes

propagateTags

The updated tag propagation setting. When changed, this affects only new instances launched after the update.

Type: String

Valid Values: CAPACITY_PROVIDER | NONE

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: