Skip to content

Instantly share code, notes, and snippets.

@devicenull
Created September 12, 2014 18:50
Show Gist options
  • Select an option

  • Save devicenull/5067d68efe64efa4a82e to your computer and use it in GitHub Desktop.

Select an option

Save devicenull/5067d68efe64efa4a82e to your computer and use it in GitHub Desktop.

Revisions

  1. devicenull created this gist Sep 12, 2014.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    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 ~ #