Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Last active December 17, 2015 00:37
Show Gist options
  • Select an option

  • Save johnhamelink/3a373bb52eb27f9e3f34 to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/3a373bb52eb27f9e3f34 to your computer and use it in GitHub Desktop.
INSTANCE_ID="$(curl --silent http://169.254.169.254/latest/meta-data/instance-id)"
REGION="$(curl --silent http://169.254.169.254/latest/meta-data/placement/availability-zone | sed 's/"//g' | sed 's/.$//')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment