Is there a way to look up the region of an instance from within the instance?
I\'m looking for something similar to the method of finding the instance id.
Easiest I found so far
curl -s 169.254.169.254/latest/meta-data/placement/availability-zone | sed 's/.$//'