Mondoo Docs

Amazon ECS container

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

AWSPrivate Resource

Amazon ECS container

Min version: latestDefaults: containerName runtimeId clusterName region

Relationships

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

Fields (19)

FieldTypeDescription
arnrequired
stringARN of the ECS container
clusterNamerequired
stringCluster associated with the ECS container
commandrequired
[]stringCommand used to start the container
containerNamerequired
stringName of the ECS container
cpuUnitsrequired
stringThe number of CPU units set for the container. The value is 0 if no value was
imagerequired
stringImage used for the ECS container
logDriverrequired
stringlogDriver setting for the ECS container
memoryHardLimitrequired
stringThe hard limit (in MiB) of memory set for the container.
memorySoftLimitrequired
stringThe soft limit (in MiB) of memory set for the container.
namerequired
stringName of the ECS container + IP for unique identification
platformFamilyrequired
stringPlatform family associated with the ECS container
platformVersionrequired
stringPlatform version assigned to the ECS container
publicIprequired
stringPublic IP address of the ECS container
reasonrequired
stringShort (1024 characters max) description of the running or stopped container
regionrequired
stringRegion where the ECS Container is located
runtimeIdrequired
stringRuntime ID for the container
statusrequired
stringStatus of the ECS container
taskArnrequired
stringARN for the task used to create the container
taskDefinitionArnrequired
stringARN for the task definition associated with the ECS container

Field Details

cpuUnitsstring

specified in the container definition when the task definition was registered.