paws.compute (version 0.5.0)

ecs_update_container_agent: Updates the Amazon ECS container agent on a specified container instance

Description

Updates the Amazon ECS container agent on a specified container instance. Updating the Amazon ECS container agent doesn't interrupt running tasks or services on the container instance. The process for updating the agent differs depending on whether your container instance was launched with the Amazon ECS-optimized AMI or another operating system.

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

Usage

ecs_update_container_agent(cluster = NULL, containerInstance)

Arguments

cluster

The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

containerInstance

[required] The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.