What AWS CLI command should I be using to access the environment variables in an AWS ECS cluster's task's container?
I've seen describe-cluster, list-tasks, describe-tasks, describe-container-instances, etc... I can't seem to find one that lets me look at environment variables.
Is this doable via the AWS CLI?