From the running aws ecs instances, can I get the detail about its cluster name and container instance ID?
In EC2, I can run below curl command to get its instance id, do I have similar command in ECS?
curl http://169.254.169.254/latest/meta-data/instance-id