Merge lp:~web-brandon/juju-core/juju-core into lp:juju-core/docs

Proposed by Jorge Castro
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merge reported by: Nick Veitch
Merged at revision: not available
Proposed branch: lp:~web-brandon/juju-core/juju-core
Merge into: lp:juju-core/docs
Diff against target: 34 lines (+6/-3)
1 file modified
htmldocs/config-aws.html (+6/-3)
To merge this branch: bzr merge lp:~web-brandon/juju-core/juju-core
Reviewer Review Type Date Requested Status
Nick Veitch Pending
Review via email: mp+177722@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nick Veitch (evilnick) wrote :

Thanks for this. I think the page probably needs an extensive rewrite at some point

Revision history for this message
Brandon Clark (web-brandon) :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/config-aws.html'
2--- htmldocs/config-aws.html 2013-07-15 13:01:43 +0000
3+++ htmldocs/config-aws.html 2013-07-30 23:36:26 +0000
4@@ -106,6 +106,7 @@
5 <article>
6 <section id="config_aws">
7 <h1>Configuring for Amazon AWS</h1>
8+ <p>This process requires you to have an Amazon Web Serices (AWS) account. If you have not signed up for one yet, it can obtained at <a href="http://aws.amazon.com">http://aws.amazon.com</a>.</p>
9 <p>You should start by generating a generic configuration file for Juju, using the command:
10 <pre><code>juju generate-config -w</code></pre>
11 <p>This will generate a file, <strong>environments.yaml</strong>, which will live in your <strong>~/.juju/</strong> directory (and will create the directory if it doesn't already exist).
12@@ -127,12 +128,14 @@
13 &nbsp;&nbsp;&nbsp;&nbsp;# Can be set via the env variable AWS_SECRET_ACCESS_KEY, or specified here
14 &nbsp;&nbsp;&nbsp;&nbsp;# secret-key: &LT;secret&GT;
15 </code></pre>
16+
17 <p>This is a simple configuration intended to run on EC2 with S3 permanent storage. Values for the default setting can be changed simply by editing this file, uncommenting the relevant lines and adding your own settings. All you need to do to get this configuration to work is to either set the <span class="pre">AWS_ACCESS_KEY_ID</span> and <span class="pre">AWS_SECRET_ACCESS_KEY</span> via environment variables, or uncomment and add the values to the configuration file.</p>
18- <p>You can retrieve these values easily from your Amazon account at <a href="http://aws.amazon.com/account">http://aws.amazon.com/account</a> and following on the link for "Security Credentials"...</p>
19+ <p>You can retrieve these values easily from your AWS Management Console at <a href="http://console.aws.amazon.com">http://console.aws.amazon.com</a>. Click on your name in the top-right and then the "Security Credentials" link from the drop down menu.</p>
20 <img src="./media/getting_started-aws_security.png" alt="Amazon accounts page showing Security Credentials link" >
21- <p>Under the Access Credentials heading, you will see a list of access keys. Clicking on the "Show" link will display the secret key, and you can simply copy and paste these into your environments.yaml configuration file.</p>
22+ <p>Under the "Access Keys" heading click the "Create New Root Key" button. You will be prompted to "Download Key File" which by default is named <span class="pre">rootkey.csv</span>. Open this file to get the <strong>access-key</strong> and <strong>secret-key</strong> for the environments.yaml configuration file.</p>
23 <img src="./media/getting_started-aws_keys.png" alt="Amazon Access Credentials page showing key values" >
24- <p>The <strong>region:</strong> value corresponds to the AWS regions.
25+
26+ <p>The <strong>region:</strong> value corresponds to the AWS regions.</p>
27 </section>
28
29 </article>
30
31=== modified file 'htmldocs/media/getting_started-aws_keys.png'
32Binary files htmldocs/media/getting_started-aws_keys.png 2013-06-25 19:16:03 +0000 and htmldocs/media/getting_started-aws_keys.png 2013-07-30 23:36:26 +0000 differ
33=== modified file 'htmldocs/media/getting_started-aws_security.png'
34Binary files htmldocs/media/getting_started-aws_security.png 2013-06-25 19:16:03 +0000 and htmldocs/media/getting_started-aws_security.png 2013-07-30 23:36:26 +0000 differ

Subscribers

People subscribed via source and target branches