Skip to content

Instantly share code, notes, and snippets.

@devicenull
Created September 12, 2014 18:50
Show Gist options
  • Save devicenull/5067d68efe64efa4a82e to your computer and use it in GitHub Desktop.
Save devicenull/5067d68efe64efa4a82e to your computer and use it in GitHub Desktop.
root@localhost ~ # coreos-cloudinit --from-ec2-metadata="http://169.254.169.254"
Checking availability of "ec2-metadata-service"
Fetching user-data from datasource of type "ec2-metadata-service"
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/user-data. Attempt #1
Fetching meta-data from datasource of type "ec2-metadata-service"
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/public-keys. Attempt #1
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/hostname. Attempt #1
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/local-ipv4. Attempt #1
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/public-ipv4. Attempt #1
2014/09/12 18:50:18 Fetching data from http://169.254.169.254/2009-04-04/meta-data/network_config/content_path. Attempt #1
Processing cloud-config from meta-data
root@localhost ~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment