aws-ecs-task-definition-command-arguments
Container commands and health-check command strings may embed command-line credentials.
Where it sits
| location | DescribeTaskDefinition.taskDefinition.containerDefinitions[].command / entryPoint / healthCheck.command |
| location kind | command_argument |
| data kinds | credential password api_key connection_string |
| emits edge | ContainsCredential |
| service | ECS/Fargate (aws:ecs) |
Collection recipe
| access mode | read_api |
| operation | DescribeTaskDefinition |
| response path | taskDefinition.containerDefinitions[].{command,entryPoint,healthCheck.command} |
| encoding | list |
| params | {"taskDefinition": "\u003cfamily:revision-or-arn\u003e"} |
Required permissions
ecs:DescribeTaskDefinition
References