Browse Source

HPCC-8266 Add Files for Instant Cloud

Fix HPCC-8266 Add xml doc support for
producing Instant Cloud and to facilitate
automated building of doc on remote branches.
This module, contains NO ID=attrib

Signed-off-by: G Panagiotatos <greg.panagiotatos@lexisnexis.com>
G Panagiotatos 12 years ago
parent
commit
85c8d074c5

+ 1 - 0
docs/CMakeLists.txt

@@ -55,6 +55,7 @@ add_subdirectory(HPCCClientTools)
 add_subdirectory(HPCCDataHandling)
 add_subdirectory(HPCCDataTutorial)
 add_subdirectory(IMDB)
+add_subdirectory(InstantCloud)
 add_subdirectory(Installing_and_RunningTheHPCCPlatform)
 add_subdirectory(RDDERef)
 add_subdirectory(RunningHPCCinaVirtualMachine)

+ 66 - 0
docs/InstantCloud/AWS-Mods/AWSIncludes.xml

@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<sect2>
+  <title>Find your Amazon Access Key ID and Secret Access Key</title>
+
+  <para><orderedlist>
+      <listitem>
+        <para>Go to <emphasis role="bold">aws.amazon.com</emphasis> and login,
+        if needed.</para>
+      </listitem>
+
+      <listitem>
+        <para>Select <emphasis role="bold">Account</emphasis>.</para>
+      </listitem>
+
+      <listitem>
+        <para>Select <emphasis role="bold">Security
+        Credentials</emphasis>.</para>
+      </listitem>
+
+      <listitem>
+        <para>On the page, look for the section called <emphasis
+        role="bold">Access Credentials</emphasis>.</para>
+      </listitem>
+
+      <listitem>
+        <para>Note your <emphasis role="bold">Access Key ID</emphasis> and
+        your <emphasis role="bold">Secret Access Key.</emphasis></para>
+
+        <para><figure>
+            <title>Credentials</title>
+
+            <mediaobject>
+              <imageobject>
+                <imagedata fileref="../../images/AWS_accessKey.jpg" />
+              </imageobject>
+            </mediaobject>
+          </figure></para>
+      </listitem>
+    </orderedlist></para>
+
+  <para>Portions of this image are intentionally blurred</para>
+
+  <para><informaltable colsep="1" frame="all" rowsep="1">
+      <tgroup cols="2">
+        <colspec colwidth="126.00pt" />
+
+        <colspec colwidth="189.00pt" />
+
+        <tbody>
+          <row>
+            <entry>Access Key ID</entry>
+
+            <entry> </entry>
+          </row>
+
+          <row>
+            <entry>Secret Access Key</entry>
+
+            <entry> </entry>
+          </row>
+        </tbody>
+      </tgroup>
+    </informaltable></para>
+</sect2>

+ 17 - 0
docs/InstantCloud/CMakeLists.txt

@@ -0,0 +1,17 @@
+################################################################################
+#    HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
+#
+#    Licensed under the Apache License, Version 2.0 (the "License");
+#    you may not use this file except in compliance with the License.
+#    You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+################################################################################
+
+DOCBOOK_TO_PDF( ${FO_XSL} InstantCloud.xml "InstantCloud_for_AWS")

File diff suppressed because it is too large
+ 1563 - 0
docs/InstantCloud/InstantCloud.xml


BIN
docs/images/AWS_InstantCloud_Login.jpg


BIN
docs/images/AWS_OneClick_003a.jpg


BIN
docs/images/AWS_OneClick_ViewClusters.jpg


BIN
docs/images/AWS_OneClick_ViewClustersTerminate.jpg


BIN
docs/images/AWS_accessKey.jpg