Skip to content

Instantly share code, notes, and snippets.

@shadone
Created February 10, 2014 10:35
Show Gist options
  • Save shadone/8913663 to your computer and use it in GitHub Desktop.
Save shadone/8913663 to your computer and use it in GitHub Desktop.
_metadata_object = False
def get_metadata():
global _metadata_object
if _metadata_object is False:
_metadata_object = boto.utils.get_instance_metadata()
return _metadata_object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment