Skip to content

Commit fc6365c

Browse files
committed
Minor fix
1 parent 2915659 commit fc6365c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

aws/README.asc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ you will have the only copy. Keep it confidential in order to protect your accou
3939
Setup local-machine
4040
^^^^^^^^^^^^^^^^^^^
4141

42-
Install python and libcloud library. The following are steps for debian based
43-
linux distributions.
42+
Install python and libcloud library. The following are steps for *debian* based
43+
linux distributions such as *Ubuntu*.
4444
[source,bash]
4545
-----
4646
sudo apt-get instal python python-libcloud
4747
-----
4848

49-
If you machine has python and pip installed, you can install libcloud with pip:
49+
If you machine has python and pip installed, you can install libcloud with *pip*:
5050
[source,bash]
5151
-----
5252
# With super-user privileges do following
5353
pip install apache-libcloud
5454
-----
5555

56-
For OSX, do the following:
56+
For *OSX*, do the following:
5757
[source,bash]
5858
-----
5959
port install py-libcloud
@@ -113,7 +113,7 @@ and the requested number of worker instances.
113113
source setup.sh
114114
-----
115115

116-
Once your instances are started, you can monitor them from the Amazon Web services https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:[Management Console]
116+
NOTE: Once your instances are started, you can monitor them from the Amazon Web services https://console.aws.amazon.com/ec2/v2/home?region=us-west-2#Instances:[Management Console]
117117

118118

119119
Run the tutorial on the cloud
@@ -133,7 +133,6 @@ connect headnode
133133
# This will have you logged in to the headnode on the cloud
134134
-----
135135

136-
137136
Run swift from your local machine
138137
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139138

@@ -147,7 +146,8 @@ source setup.sh
147146
-----
148147

149148
NOTE: You must source the setup.sh script.
150-
149+
WARNING: Once the cloud instances are started, they start costing money. Remember to shut down
150+
instances using the "dissolve" command.
151151

152152
Miscellanious operations supported:
153153
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)