Skip to main content

Amazon ECS

Amazon Web Services

Integrates with Amazon Elastic Container Service (ECS) to synchronize container-orchestration inventory across the configured AWS accounts and regions. The connector reads ECS clusters, services, tasks, and task definitions via the AWS SDK for Java v2 EcsClient and emits one Brinqa object per resource. Each of the four models maps to the CloudResource UDM model. ECS list operations return only ARNs, so every model pairs a List* call (to enumerate ARNs) with a batched Describe* call (to hydrate the full resource), always requesting the TAGS field so resource tags are populated.

Data retrieved from Amazon ECS

Connector ObjectRequiredMaps to Data Model
EcsClusterYesCloud Resource
EcsServiceYesCloud Resource
EcsTaskYesCloud Resource
EcsTaskDefinitionYesCloud Resource
note

For detailed steps on how to view the data retrieved from Amazon ECS in the Brinqa Platform, see How to view your data.