@@ -43,7 +43,7 @@ All we have to do to let Docker Cloud manage nodes for us on free-tier AWS is
43
43
create a service policy that grants certain permissions, and apply that to an
44
44
identity called a "role," using AWS's Identity and Access Management (IAM) tool.
45
45
46
- - Go to [ http ://aws.amazon.com] and sign up for an account. It's free.
46
+ - Go to [ aws.amazon.com ] ( https ://aws.amazon.com) and sign up for an account. It's free.
47
47
- Go to [ the IAM panel] ( https://console.aws.amazon.com/iam/home#policies )
48
48
- Click ** Create Policy** , then ** Create Your Own Policy** .
49
49
- Name the policy ` dockercloud-policy ` and paste the following text in the
@@ -86,7 +86,7 @@ So, let's do that now.
86
86
87
87
### Configure Docker Cloud to manage to your AWS instances
88
88
89
- - Go to [http:// cloud.docker.com](http://cloud.docker.com) and sign in with the
89
+ - Go to [cloud.docker.com](http://cloud.docker.com) and sign in with the
90
90
same Docker ID you used in [step 2](/getting-started/step2.md).
91
91
- Click **Settings**, and in the Cloud Providers section, click the plug icon.
92
92
- Enter the Role ARN string you copied earlier, e.g. `arn:aws:iam::123456789123:role/dockercloud-role`.
@@ -97,6 +97,16 @@ into a swarm.
97
97
98
98
## Creating your first Swarm cluster
99
99
100
+ 1 . Go back to Docker Cloud by visiting [cloud.docker.com](https://cloud.docker.com).
101
+ 2 . Click **Node Clusters** in the left-navigation, then click the **Create** button.
102
+ This pulls up a form where you can create our cluster.
103
+ 3 . Leave everything default, except:
104
+ - Name: Give your cluster a name.
105
+ - Region: Select a region that's close to you.
106
+ - Provider: Set to "Amazon Web Services"
107
+ - Type/Size:
108
+ 4 . Launch the cluster by clicking **Launch node cluster**, and
109
+ 5 .
100
110
101
111
102
112
[On to next >> ](part5.md){: class="button darkblue-btn"}
0 commit comments