Request to add first-class support for the AWS::ECS::TaskDefinition resource type to the AWS v3 integration so ECS task definitions can be ingested as their own kind and mapped into Port blueprints, similar to the existing support for AWS::ECS::Cluster and AWS::ECS::Service.
Today we can only access the task definition ARN via AWS::ECS::Service (.Properties.TaskDefinition), which is not enough to understand the actual container configuration or link services to internal components and images.
The feature should expose key ECS task definition attributes so they can be mapped into a dedicated blueprint and used for catalog relationships and scorecards. Specifically, we’d like to ingest:
TaskDefinitionArn
Family
Revision
Status
ContainerDefinitions (for image and container config)
Cpu
Memory
NetworkMode
RequiresCompatibilities
Tags
Created by Oladipupo Ibeun
·