[cloud-guide] Started the Amazon S3 section

Eric Christensen sparks at fedoraproject.org
Fri Sep 9 23:45:55 UTC 2011


commit eb3b45e0e798333434fc76299277830ab8460972
Author: Eric Christensen <eric at christensenplace.us>
Date:   Fri Sep 9 19:39:35 2011 -0400

    Started the Amazon S3 section

 en-US/AmazonS3.xml |  136 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 136 insertions(+), 0 deletions(-)
---
diff --git a/en-US/AmazonS3.xml b/en-US/AmazonS3.xml
new file mode 100644
index 0000000..00ab71f
--- /dev/null
+++ b/en-US/AmazonS3.xml
@@ -0,0 +1,136 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "cloud-guide.ent">
+%BOOK_ENTITIES;
+]>
+<section id="sec-cloud-guide-AmazonS3">
+        <title>Amazon S3</title>
+	<para></para>
+	<section>
+		<title>Overview of S3</title>
+		<para>The Amazon EC2 provides a place for anyone with an account to create and operate their own virtualized computing environment.  As one of the largest Infrastructure-as-a-Service (IaaS) providers, Amazon provides an almost unlimited </para>
+	</section>
+<!--	<section>
+		<title>Signing up for an EC2 account</title>
+		<para/>
+		<procedure>
+			<step>
+				<title>Launch Web Browser</title>
+					<para>
+							Launch your web browser and navigate to the Amazon EC2 website. The Amazon EC2 website is located at <ulink url="http://aws.amazon.com/ec2/" />. Click the <guibutton>Sign Up Now</guibutton> button to commence registration.
+					</para>
+			</step>
+			<step>
+					<title>Sign In or Create an AWS Account</title>
+					<para>
+							The first screen of the registration process allows existing users to login by providing their email address and password. New users only need provide their email address to commence registration. To proceed:
+							<itemizedlist>
+									<listitem>
+											<para>
+													Enter your email address in the <guilabel>My e-mail address is:</guilabel> field. This will be your Amazon EC2 username;
+-->													<!-- TODO: Verify username is the correct term here. -->
+<!--											</para>
+									</listitem>
+									<listitem>
+											<para>
+													Ensure that the <guilabel>I am a new user.</guilabel> radio button is selected.
+											</para>
+									</listitem>
+							</itemizedlist>
+							Once these values have been provided click <guibutton>Sign in using our secure server</guibutton> to proceed with registration.
+					</para>
+			</step>
+			<step>
+					<title>Login Credentials</title>
+					<para>
+							The <guilabel>Login Credentials</guilabel> screen requests entry of the basic authentication tokens that will be associated with your Amazon EC2 account. The basic authentication tokens are your email address, and a password. The email address is effectively the username for the account.
+					</para>
+					<substeps>
+							<step>
+									<para>
+											Enter your full name in the <guilabel>My name is:</guilabel> field.
+									</para>
+							</step>
+							<step>
+									<para>
+											Enter your email address in the <guilabel>My e-mail address is:</guilabel> field.
+									</para>
+							</step>
+							<step>
+									<para>
+											Enter your email address again in the <guilabel>Type it again:</guilabel> field, located immediately after the <guilabel>My e-mail address is:</guilabel> field, to confirm.
+									</para>
+							</step>
+							<step>
+									<para>
+											Enter your desired password in the <guilabel>Enter a new password:</guilabel> field.
+									</para>
+							</step>
+							<step>
+									<para>
+											Enter your desired password again in the <guilabel>Type it again:</guilabel> field, located immediately after the <guilabel>Enter a new password:</guilabel> field.
+									</para>
+							</step>
+					</substeps>
+					<para>
+							Click <guibutton>Continue</guibutton> to proceed to the next step in the registration process.
+					</para>
+					<important>
+						<title>Important — Password Security</title>
+						<para>
+							It is important that a secure password is used for accessing Amazon Web Services. Amazon recommend that you do not write down your password. Use a password that is at least 8 characters long. It should contain a mix of uppercase, lowercase, and numeric characters. It should also contain at least one special character.
+						</para>
+					</important>
+			</step>
+			<step>
+				<title>Contact Information</title>
+				<para>
+					The <guilabel>Contact Information</guilabel> screen requests entry name, address, and a phone number. Fields with a <literal>*</literal> next to them are required. Registration will not be allowed to proceed if they are not populated.
+				</para>
+				<para>
+					Enter the required information, then click the link to review the <guilabel>Amazon Web Services Customer Agreement</guilabel>. The Amazon Web Services Customer Agreement is also available by directly accessing <ulink url="http://aws.amazon.com/agreement/" />. It is necessary to review and indicate that you argee with the terms defined in the agreement prior to completing Amazon Web Services registration. 
+				</para>
+				<para>
+					Check the box labeled <guilabel>Check here to indicate that you have read and agree to the terms of the Amazon Web Services Customer Agreement</guilabel>. Click the <guibutton>Create Account and Continue</guibutton> button to proceed with registration.
+				</para>
+			</step>
+-->
+<!--
+			<step>
+				<title>Payment Method</title>		
+				<para/>
+			</step>
+			<step>
+				<title>Identity Verification</title>
+				<para />
+			</step>
+			<step>
+				<title>Confirmation</title>
+				<para/>
+			</step>
+-->
+<!--
+		</procedure>
+	</section>
+	<section>
+		<title>Access Identifiers</title>
+		<para/>
+	</section>
+	<section>
+		<title>AMIs and the available Fedora AMIs</title>
+		<para/>
+	</section>
+	<section>
+		<title>Connecting to EC2 via ElasticFox</title>
+		<para/>
+	</section>
+	<section>
+		<title>Connecting to EC2 via Amazon's Web Interface</title>
+		<para/>
+	</section>
+	<section>
+		<title>Connecting to EC2 via Python Boto</title>
+		<para/>
+	</section>
+-->
+</section>


More information about the docs-commits mailing list