aws-containers / amazon-ecs-exec-checker

🚀 Pre-flight checks for ECS Exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include "managedAgents.lastStartedAt/name" field value in the output

toricls opened this issue · comments

At this moment we only use the lastStatus and the reason fields under the managedAgents[] field in the output here.

Given that the managed SSM agent could restart eventually, the lastStartedAt field and the name field (which are just ignored with the current implementation) are worth to be included in the output to make troubleshooting a little easier.