Make ECS Resource a dedicated kind to enrich with extra data
in progress
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.
M
Maya Margalit
in progress
Isuri Ranawaka
Due to the same Cloud Control API limitation, we cannot get data like ELB's target health, as it is not being assessed from the AWS::ElasticLoadBalancingV2::TargetGroup resource.
U
Ujjwal Singh
Isuri Ranawaka When can we expect the support for full ECS support ?