awslabs / backstage-plugins-for-aws

AWS plugins for Backstage
Apache License 2.0
52 stars 7 forks source link

AWS ECS - Failed Tasks, ECS Events #103

Open Alok650 opened 2 months ago

Alok650 commented 2 months ago

🔖 Feature description

Hi @niallthomson I am currently using the aws ecs plugin to fetch task details across several accounts. However, from the feedback I have received, it will be more useful if we show more data on the cards like failed tasks, the exit code of the containers inside the task, ECS service deployment events and hyperlinking the ecs task lists to the aws task link

🎤 Context

Adding more details in order to make the ecs service card useful for debugging.

✌️ Possible Implementation

No response

niallthomson commented 2 months ago

Hi @Alok650 we have some work in progress to add a drawer with task details when you click on a tasks ID. That is good feedback that we'll factor in.

Alok650 commented 4 weeks ago

Hey @niallthomson is there any progress on the ecs plugin?