ecs_register_container_instance {paws.compute} | R Documentation |
This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent
Description
This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.
See https://www.paws-r-sdk.com/docs/ecs_register_container_instance/ for full documentation.
Usage
ecs_register_container_instance(
cluster = NULL,
instanceIdentityDocument = NULL,
instanceIdentityDocumentSignature = NULL,
totalResources = NULL,
versionInfo = NULL,
containerInstanceArn = NULL,
attributes = NULL,
platformDevices = NULL,
tags = NULL
)
Arguments
cluster |
The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance with. If you do not specify a cluster, the default cluster is assumed. |
instanceIdentityDocument |
The instance identity document for the EC2 instance to register. This
document can be found by running the following command from the
instance:
|
instanceIdentityDocumentSignature |
The instance identity document signature for the EC2 instance to
register. This signature can be found by running the following command
from the instance:
|
totalResources |
The resources available on the instance. |
versionInfo |
The version information for the Amazon ECS container agent and Docker daemon that runs on the container instance. |
containerInstanceArn |
The ARN of the container instance (if it was previously registered). |
attributes |
The container instance attributes that this container instance supports. |
platformDevices |
The devices that are available on the container instance. The only supported device type is a GPU. |
tags |
The metadata that you apply to the container instance to help you categorize and organize them. Each tag consists of a key and an optional value. You define both. The following basic restrictions apply to tags:
|