[Swift-commit] r7671 - SwiftApps/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Mar 10 09:01:07 CDT 2014


Author: ketan
Date: 2014-03-10 09:01:06 -0500 (Mon, 10 Mar 2014)
New Revision: 7671

Modified:
   SwiftApps/cloud/README
Log:
doc improve

Modified: SwiftApps/cloud/README
===================================================================
--- SwiftApps/cloud/README	2014-03-09 22:32:09 UTC (rev 7670)
+++ SwiftApps/cloud/README	2014-03-10 14:01:06 UTC (rev 7671)
@@ -4,7 +4,7 @@
 Introduction
 ------------
 
-This document describes how to set the http://aws.amazon.com/ec2/[Amazon] cloud
+This tutorial describes how to set the http://aws.amazon.com/ec2/[Amazon] cloud
 resources to run applications via http://swift-lang.org/main/[Swift] along with
 Swift's
 http://swift-lang.org/guides/release-0.94/userguide/userguide.html#_coasters[coaster-service].
@@ -12,13 +12,13 @@
 cloud resources to a Swift execution.  add/remove/monitor resources on a
 current application ru.
 
-EC2 setup
-----------
+EC2 CLI API
+------------
 
 For the purpose of this tutorial, installation and setup of EC2 commandline
 tools API is assumed. In other words, EC2 commands such as `ec2-run-instances`,
-`ec2kill`, etc must be available in your environment.  If you do not have
-already, find instructions for setting the EC2 CLI API from
+`ec2kill`, etc must be available in your environment. Instructions for setting
+the EC2 CLI API ican be found
 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SettingUp_CommandLine.html[here].
 
 Installation and setup




More information about the Swift-commit mailing list