Make ECS Resource a dedicated kind to enrich with extra data
C
Christian Ndu
Currently, when fetching ECS resources through the AWS integration, it is possible to retrieve details of an ECS Service but not the status of running containers. This limitation arises because the CloudControl API does not provide access to container-level status and other dynamic data. Introducing a dedicated ECS Service resource kind will allow this information to be retrieved through the ECS API, enabling more comprehensive visibility into the state and performance of ECS Services.