Created
July 20, 2017 20:45
-
-
Save thomasv314/96e4a8b2706a8758c2ef064f3f6278cf to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
instance_id=$(curl http://169.254.169.254/latest/meta-data/instance-id) | |
echo "$instance_id-server" > /etc/hostname | |
hostname -F /etc/hostname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment