ECS Cluster
Amazon Elastic Container Service Cluster
Resource Type
AWS.ECS.Cluster
Resource ID Format
The resource ID is the cluster ARN.
arn:aws:ecs:us-east-1:123456789012:cluster/panther-web-cluster
Background
An Amazon ECS cluster is a logical grouping of tasks or services.
Fields
Field | Type | Description |
|
| The number of services that are running on the cluster in an ACTIVE state. |
|
| The resources attached to a cluster. |
|
| The status of the capacity providers associated with the cluster. |
|
| The capacity providers associated with the cluster. |
|
| The default capacity provider strategy for the cluster. |
|
| The number of tasks in the cluster that are in the PENDING state. |
|
| The number of container instances registered into the cluster. |
|
| The number of tasks in the cluster that are in the RUNNING state. |
|
| The settings for the cluster. |
|
| Additional information about your clusters that are separated by launch type. |
|
| The status of the cluster. |
|
| The services that the cluster uses. |
|
| The ECS tasks running in the cluster owner. |
Example
Last updated