I want to make sure that the task is running the latest image.
Within the container, I can get the docker image ID (such as 183f9552f0a5
) by calling http://169.254.170.2/v2/metadata
, however I am looking for a way to get it on my laptop.
Is this possible with AWS CLI or SDK?