Mondoo Docs

Amazon ECS cluster

aws.ecs.cluster MQL resource for querying AWS infrastructure with cnquery and cnspec.

AWSPrivate Resource

Amazon ECS cluster

Min version: latestDefaults: name region status runningTasksCount pendingTasksCount

Relationships

Mini Map
AWS
4 resources · 7 relationshipsClick to select, expand fields to see properties.

Fields (12)

FieldTypeDescription
activeServicesCountrequired
intNumber of services running in the cluster
arnrequired
stringARN of the ECS cluster
configurationrequired
dictConfiguration for the cluster
containerInstances
[]aws.ecs.instanceList of AWS ECS container instances
namerequired
stringName of the ECS cluster
pendingTasksCountrequired
intCount of pending tasks in the cluster
regionrequired
stringRegion where the cluster is located
registeredContainerInstancesCountrequired
intCount of container instances registered to the cluster
runningTasksCountrequired
intCount of running tasks in the cluster
statusrequired
stringStatus of the cluster
tagsrequired
map[string]stringTags of the ECS cluster
tasks
[]aws.ecs.taskList of AWS ECS task definitions