Update description on create-all target

Update create-all description in README for all recipes

Bug: Issue 13059
Change-Id: I8d42e3e77097b044662a58b65e236cf8dc3f0b35
diff --git a/dual-master/README.md b/dual-master/README.md
index 57282cd..abd0366 100644
--- a/dual-master/README.md
+++ b/dual-master/README.md
@@ -104,11 +104,13 @@
 ```
 make create-all
 ```
+It might take several minutes to build the stack.
+You can monitor the creations of the stacks in [CloudFormation](https://console.aws.amazon.com/cloudformation/home)
 
-*NOTE: the creation of the cluster needs an EC2 key pair are useful when you need to connect
+* *NOTE*: the creation of the cluster needs an EC2 key pair are useful when you need to connect
 to the EC2 instances for troubleshooting purposes. The key pair is automatically generated
-and store them in a `pem` file on the current directory.
-To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`*
+and stored in a `pem` file on the current directory.
+To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`
 
 ### Cleaning up
 
diff --git a/master-slave/README.md b/master-slave/README.md
index 41b4170..99297bf 100644
--- a/master-slave/README.md
+++ b/master-slave/README.md
@@ -101,14 +101,13 @@
 make create-all
 ```
 
-The slave will start with 5 min delay to allow the replication from master of `All-Users`
-and `All-Projects` to happen.
-You can now check in the slave logs to see when the slave is up and running.
+It might take several minutes to build the stack.
+You can monitor the creations of the stacks in [CloudFormation](https://console.aws.amazon.com/cloudformation/home)
 
-*NOTE: the creation of the cluster needs an EC2 key pair are useful when you need to connect
+* *NOTE*: the creation of the cluster needs an EC2 key pair are useful when you need to connect
 to the EC2 instances for troubleshooting purposes. The key pair is automatically generated
-and store them in a `pem` file on the current directory.
-To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`*
+and stored in a `pem` file on the current directory.
+To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`
 
 ### Cleaning up
 
diff --git a/single-master/README.md b/single-master/README.md
index 4e49d79..80cfcd3 100644
--- a/single-master/README.md
+++ b/single-master/README.md
@@ -96,10 +96,13 @@
 make create-all
 ```
 
-*NOTE: the creation of the cluster needs an EC2 key pair are useful when you need to connect
+It might take several minutes to build the stack.
+You can monitor the creations of the stacks in [CloudFormation](https://console.aws.amazon.com/cloudformation/home)
+
+* *NOTE*: the creation of the cluster needs an EC2 key pair are useful when you need to connect
 to the EC2 instances for troubleshooting purposes. The key pair is automatically generated
-and store them in a `pem` file on the current directory.
-To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`*
+and stored in a `pem` file on the current directory.
+To use when ssh-ing into your instances as follow: `ssh -i cluster-keys.pem ec2-user@<ec2_instance_ip>`
 
 ### Cleaning up