Last active
December 17, 2015 00:37
-
-
Save johnhamelink/3a373bb52eb27f9e3f34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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