<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I configured my metadata service and it works fine. I am able to
    inject ssh pub-key's to the guest VM.<br>
    <br>
    From my guest VM when i execute meta-data curl cmd, I get this below
    output. <br>
    <br>
    I know 169.254.169.254 http port is mapped to metadata service on
    controller node. But i want to know where is the meta data stored
    in? is it per instance basis ? Also the below curl cmd doesn't use
    any instance-id, how it is mapping to particular instance ?<br>
    <br>
    <blockquote><i><small>root@testnewrelic:~# curl
          <a class="moz-txt-link-freetext" href="http://169.254.169.254/latest/meta-data/">http://169.254.169.254/latest/meta-data/</a><br>
          <br>
          ami-id<br>
          ami-launch-index<br>
          ami-manifest-path<br>
          block-device-mapping/<br>
          hostname<br>
          instance-action<br>
          instance-id<br>
          instance-type<br>
          kernel-id<br>
          local-hostname<br>
          local-ipv4<br>
          placement/<br>
          public-hostname<br>
          public-ipv4<br>
          public-keys/<br>
          ramdisk-id<br>
          reservation-id<br>
          security-groups<br>
        </small></i></blockquote>
    <br>
    Thanks,<br>
    <br>
  </body>
</html>