<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GettingYourKeys</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>Recent changes to GettingYourKeys</description><atom:link href="https://sourceforge.net/p/kluster/wiki/GettingYourKeys/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 05 Jun 2015 05:23:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kluster/wiki/GettingYourKeys/feed" rel="self" type="application/rss+xml"/><item><title>GettingYourKeys modified by Carl Pupa</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -6,9 +6,9 @@
     export AWS_ACCESS_KEY=ABCDEFGIPFDASZFDAXYZ
     export AWS_SECRET_KEY=ABCXPQB8LPOfDA9pbiUzFFDASFsAFDA3PFfpXYZ

-These are just placeholders for your AWS access keys.  If you don't have an AWS account already, create one at [http://aws.amazon.com/].  Then:
+These are just placeholders for your AWS access keys.  If you don't have an AWS account already, create one at &amp;lt;http: aws.amazon.com=""/&amp;gt;.  Then:

-  * Go to the "console" at [https://console.aws.amazon.com/].  
+  * Go to the "console" at &amp;lt;https: console.aws.amazon.com=""/&amp;gt;.  
   * Click your name on the top right, and click "Security Credentials"
   * Make sure you are on the "Access Keys" tab (this should be the default)
   * Obtain your access keys from here (you may have to click "show secret key")
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carl Pupa</dc:creator><pubDate>Fri, 05 Jun 2015 05:23:44 -0000</pubDate><guid>https://sourceforge.net8455520a2ccafea375dd7a2ad65b6bb92a4fe6cf</guid></item><item><title>Discussion for GettingYourKeys page</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;type ec2din in terminal in address  roor/kluster or root/kluster/ec2-api-tools-1.6.9.0/bin ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">abbaskarimi</dc:creator><pubDate>Sat, 07 Sep 2013 13:23:19 -0000</pubDate><guid>https://sourceforge.net3b10e8bf28dbdb074d95de942e316419922bb54b</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,6 +1,6 @@
 ## Obtaining your Amazon Web Services (AWS) keys

-In the `kluster` directory, type `cat vars.sh`.  You should see output like the following:
+In the `kluster` directory, type `cat keys.sh`.  You should see output like the following:

     # cat keys.sh
     export AWS_ACCESS_KEY=ABCDEFGIPFDASZFDAXYZ
@@ -23,7 +23,7 @@

     . vars.sh

-This will in turn source keys.sh.  We assume your shell is bash or something similar such as dash, or this won't work correctly.  If you're using c shell or k shell-- you're not in Kansas any more!  The file `vars.sh` basically contains the things required for Amazon's ec2 API tools to work, plus sets your path.  Next, type
+This will in turn source keys.sh.  We assume your shell is bash or something similar such as dash, or this won't work correctly.  The file `vars.sh` contains the things required for Amazon's ec2 API tools to work, plus sets your path.  Next, type

     ec2din

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Sun, 24 Mar 2013 02:49:10 -0000</pubDate><guid>https://sourceforge.neteffc4c2e49a6a7c09ed519eeaec8e1d1394a5fa0</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,4 +1,4 @@
-# Obtaining your Amazon Web Services (AWS) keys
+## Obtaining your Amazon Web Services (AWS) keys

 In the `kluster` directory, type `cat vars.sh`.  You should see output like the following:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Sun, 24 Mar 2013 00:14:03 -0000</pubDate><guid>https://sourceforge.neta32d4d9c7884e19aaa8d7eec9cc2dc47ac2254be</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,11 +7,14 @@
     export AWS_SECRET_KEY=ABCXPQB8LPOfDA9pbiUzFFDASFsAFDA3PFfpXYZ

 These are just placeholders for your AWS access keys.  If you don't have an AWS account already, create one at [http://aws.amazon.com/].  Then:
+
   * Go to the "console" at [https://console.aws.amazon.com/].  
   * Click your name on the top right, and click "Security Credentials"
-  * Go to the "Access Keys" tab (this should be the default)
+  * Make sure you are on the "Access Keys" tab (this should be the default)
+  * Obtain your access keys from here (you may have to click "show secret key")
   * Put your Access Key Id after `AWS_ACCESS_KEY=` in keys.sh
   * Put your Secret Access Key after `AWS_SECRET_KEY=` in keys.sh
+
 Remember not to put a space after the equals sign (you knew this, right?)

 These keys give the ec2 API tools authorization to do things in the Amazon cloud.  Don't worry: the "kluster" tools won't magically start creating things in the cloud without your knowledge.  It will be obvious when you are creating nodes and so on.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Sun, 24 Mar 2013 00:03:12 -0000</pubDate><guid>https://sourceforge.netb73aad6a0e07c984d11694f5444e9d01f8f693c5</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-# Getting your Amazon Web Services (AWS) keys set up.
+# Obtaining your Amazon Web Services (AWS) keys

 In the `kluster` directory, type `cat vars.sh`.  You should see output like the following:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Sat, 23 Mar 2013 22:02:09 -0000</pubDate><guid>https://sourceforge.net5a7fe5c9d8809bb3972bdc2089ad981f129460d8</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -27,10 +27,4 @@
 This is the short form of the command `ec2-describe-instances`, which will output information about any machines you have running in the Amazon cloud.  If it gives you an error message, try to fix it before proceeding.  This will be a problem with your ec2 API tools installation or your access keys.

 Next: [Setting up a security group](SecurityGroupSetup)
-
-
-
-
-
-
-    
+Up: [Kluster Wiki](Home)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Fri, 22 Mar 2013 03:29:20 -0000</pubDate><guid>https://sourceforge.netcf8f03adcff560227af8f18c7211dc1c22968ad4</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,20 +1,17 @@
-
 # Getting your Amazon Web Services (AWS) keys set up.

 In the `kluster` directory, type `cat vars.sh`.  You should see output like the following:

-    # cat vars.sh
-    
-    export AWS_ACCESS_KEY=A_USE_YOURS_HEREJN7Q
-    export AWS_SECRET_KEY=PFAcYUSER_YOUR_SECRET_KEY_HEREfdasfdsETO
-    
+    # cat keys.sh
+    export AWS_ACCESS_KEY=ABCDEFGIPFDASZFDAXYZ
+    export AWS_SECRET_KEY=ABCXPQB8LPOfDA9pbiUzFFDASFsAFDA3PFfpXYZ

-These are just placeholders for your AWS key.  This is something associated with your AWS account.  If you don't have an AWS account already, create one at [http://aws.amazon.com/].  
+These are just placeholders for your AWS access keys.  If you don't have an AWS account already, create one at [http://aws.amazon.com/].  Then:
   * Go to the "console" at [https://console.aws.amazon.com/].  
   * Click your name on the top right, and click "Security Credentials"
   * Go to the "Access Keys" tab (this should be the default)
-  * Put your Access Key Id after `AWS_ACCESS_KEY=` in vars.sh
-  * Put your Secret Access Key after `AWS_SECRET_KEY=` in vars.sh
+  * Put your Access Key Id after `AWS_ACCESS_KEY=` in keys.sh
+  * Put your Secret Access Key after `AWS_SECRET_KEY=` in keys.sh
 Remember not to put a space after the equals sign (you knew this, right?)

 These keys give the ec2 API tools authorization to do things in the Amazon cloud.  Don't worry: the "kluster" tools won't magically start creating things in the cloud without your knowledge.  It will be obvious when you are creating nodes and so on.
@@ -23,7 +20,7 @@

     . vars.sh

-We assume your shell is bash or something similar such as dash, or this won't work correctly.  If you're using c shell or k shell-- you're not in Kansas any more!  The file `vars.sh` basically contains the things required for Amazon's ec2 API tools to work, plus sets your path.  Next, type
+This will in turn source keys.sh.  We assume your shell is bash or something similar such as dash, or this won't work correctly.  If you're using c shell or k shell-- you're not in Kansas any more!  The file `vars.sh` basically contains the things required for Amazon's ec2 API tools to work, plus sets your path.  Next, type

     ec2din

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Thu, 21 Mar 2013 20:03:50 -0000</pubDate><guid>https://sourceforge.netc3ef3153830bd71d892794a6d6a0cc9af7798057</guid></item><item><title>WikiPage GettingYourKeys modified by Daniel Povey</title><link>https://sourceforge.net/p/kluster/wiki/GettingYourKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="getting-your-amazon-web-services-aws-keys-set-up"&gt;Getting your Amazon Web Services (AWS) keys set up.&lt;/h1&gt;
&lt;p&gt;In the &lt;code&gt;kluster&lt;/code&gt; directory, type &lt;code&gt;cat vars.sh&lt;/code&gt;.  You should see output like the following:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="c"&gt;# cat vars.sh&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;snip&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="n"&gt;export&lt;/span&gt; &lt;span class="n"&gt;AWS_ACCESS_KEY&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="n"&gt;A_USE_YOURS_HEREJN7Q&lt;/span&gt;
&lt;span class="n"&gt;export&lt;/span&gt; &lt;span class="n"&gt;AWS_SECRET_KEY&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="n"&gt;PFAcYUSER_YOUR_SECRET_KEY_HEREfdasfdsETO&lt;/span&gt;
&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;snip&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;These are just placeholders for your AWS key.  This is something associated with your AWS account.  If you don't have an AWS account already, create one at &lt;span&gt;[http://aws.amazon.com/]&lt;/span&gt;.&lt;br /&gt;
  * Go to the "console" at &lt;span&gt;[https://console.aws.amazon.com/]&lt;/span&gt;.&lt;br /&gt;
  * Click your name on the top right, and click "Security Credentials"&lt;br /&gt;
  * Go to the "Access Keys" tab (this should be the default)&lt;br /&gt;
  * Put your Access Key Id after &lt;code&gt;AWS_ACCESS_KEY=&lt;/code&gt; in vars.sh&lt;br /&gt;
  * Put your Secret Access Key after &lt;code&gt;AWS_SECRET_KEY=&lt;/code&gt; in vars.sh&lt;br /&gt;
Remember not to put a space after the equals sign (you knew this, right?)&lt;/p&gt;
&lt;p&gt;These keys give the ec2 API tools authorization to do things in the Amazon cloud.  Don't worry: the "kluster" tools won't magically start creating things in the cloud without your knowledge.  It will be obvious when you are creating nodes and so on.&lt;/p&gt;
&lt;p&gt;Now, source this file in your shell:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;.&lt;/span&gt; &lt;span class="n"&gt;vars&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;We assume your shell is bash or something similar such as dash, or this won't work correctly.  If you're using c shell or k shell-- you're not in Kansas any more!  The file &lt;code&gt;vars.sh&lt;/code&gt; basically contains the things required for Amazon's ec2 API tools to work, plus sets your path.  Next, type&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;ec2din&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This is the short form of the command &lt;code&gt;ec2-describe-instances&lt;/code&gt;, which will output information about any machines you have running in the Amazon cloud.  If it gives you an error message, try to fix it before proceeding.  This will be a problem with your ec2 API tools installation or your access keys.&lt;/p&gt;
&lt;p&gt;Next: &lt;a class="" href="SecurityGroupSetup"&gt;Setting up a security group&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Povey</dc:creator><pubDate>Wed, 20 Mar 2013 21:10:16 -0000</pubDate><guid>https://sourceforge.net3502da65e3ba1807a0eba40a4cfb4fe5cc2ef266</guid></item></channel></rss>