<div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Euca2ools programs don&#39;t hard-code things like URIs, so you typically<br>
need to specify more in the environment to get them to work with AWS.<br>
<br>
I recommend setting everything of importance up in your shell&#39;s rc file.<br>
  For instance, my .zshrc file contains something similar to this:<br></blockquote><div><br></div><div><br></div><div>I set up little functions in .bashrc, so I can change out keys; then I had one of them called by default ;)</div>
<div><br></div><div>So there&#39;s &quot;mykeys,&quot; &quot;devkeys,&quot; &quot;dckeys&quot; - etc - switches out so the command line tools (such as euca2ools) work.</div><div><br></div><div>Just a little tip on what I did.  I&#39;m clearing out that stuff from my shell environment now (putting the info in ldap, and my tools query ldap for my info) but it&#39;s safer than specifying things on the command line (where it would show up in a ps).</div>
<div><br></div><div>Brian</div></div>