In regular boto 2.38 I used to access instance metadata (e.g. get current stack-name), through boto's
boto.utils.get_instance_metadata()
Is there an equivalent in boto3, or do I need to go to the down level direct http address to fetch metadata about the running instance?