Skip to content

Instantly share code, notes, and snippets.

@sportebois
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sportebois/6b1daafa709e7aad69c3 to your computer and use it in GitHub Desktop.
Save sportebois/6b1daafa709e7aad69c3 to your computer and use it in GitHub Desktop.
Retrieve EC2 instance ID from the command line
curl http://169.254.169.254/latest/meta-data/instance-id
#!/bin/bash
# Set the Amazon Instance ID as hostname
curl http://169.254.169.254/latest/meta-data/instance-id > /etc/hostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment