Skip to content

Commit 0661ba5

Browse files
Uday Shettyjoaofnfernandes
Uday Shetty
authored andcommitted
updated the contents to Docker EE for AWS and removed Quickstart link
1 parent d784ad5 commit 0661ba5

File tree

1 file changed

+9
-33
lines changed

1 file changed

+9
-33
lines changed

datacenter/install/aws.md

+9-33
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: Deploy DDC on Amazon AWS
3-
description: Learn how to deploy Docker Datacenter with one click, using an Amazon AWS CloudFormation template
2+
title: Deploy Docker Enterprise Edition on AWS (Standard/Advanced)
3+
description: Learn how to deploy Docker EE for AWS (Standard/Advanced) with one click, using an Amazon AWS CloudFormation template
44
keywords: docker, datacenter, install, orchestration, management
55
---
66

7-
{% assign launch_url = "https://aws.amazon.com/marketplace/pp/B06XCFDF9K" %}
8-
9-
Docker Datacenter on Docker for Amazon AWS is an one-click deployment of DDC on
10-
AWS. It deploys multiple nodes with Docker CS Engine, and then installs
7+
Docker EE on AWS (Standard/Advanced) is an one-click deployment on
8+
AWS. It deploys multiple nodes with Docker Enterprise Edition, and then installs
119
highly available versions of Universal Control Plane and Docker Trusted
1210
Registry.
1311

@@ -114,36 +112,14 @@ Size of Manager's ephemeral storage volume in GiB (20 - 1024)
114112
**ManagerDiskType**
115113
Manager ephemeral storage volume type ("standard", "gp2")
116114

117-
118-
119-
## Installation
120-
121-
To deploy Docker Datacenter on Docker for AWS, you will
122-
use the AWS Management Console (browser based), using the above configuration options.
123-
124-
**AWS Management Console**
125-
126-
- Click on **Launch Stack** below. This link will take you to AWS cloudformation portal.
127-
128-
[![Docker Datacenter on Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)]({{ launch_url }}){: .with-border}
129-
130-
- Confirm your AWS Region that you'd like to launch this stack in (top right corner)
131-
- Provide the required parameters and click **Next** (see below)
132-
![console_installation.png](../images/console_installation.png){: .with-border}
133-
- **Confirm** and **Launch**
134-
- Once the stack is successfully created (it does take between 10-15 mins), click on **Output** tab to see the URLs of UCP and DTR.
135-
136-
- To fully automate installs, you can use the [AWS Cloudformation API](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html)
137-
138-
139115
## Software Versions
140116

141-
- Docker Commercially Supported Engine: `1.13.1-cs1`
142117
- UCP: `2.1.0`
143118
- DTR: `2.2.0`
119+
- Docker Enterprise Edition 17.03
144120

145121
## System containers
146-
Each node will have a few system containers running on them to help run your swarm cluster. In order for everything to run smoothly, please keep those containers running, and don't make any changes. If you make any changes, we can't guarantee that Docker for AWS will work correctly.
122+
Each node will have a few system containers running on them to help run your swarm cluster. In order for everything to run smoothly, please keep those containers running, and don't make any changes. If you make any changes, we can't guarantee that Docker EE for AWS will work correctly.
147123

148124
## Supported Regions
149125

@@ -161,10 +137,10 @@ Each node will have a few system containers running on them to help run your swa
161137
- us-west-2
162138

163139
## AMIs
164-
Docker Datacenter on Docker for AWS currently only supports our custom AMI,
140+
Docker Enterprise Edition for AWS currently only supports our custom AMI,
165141
which is a highly optimized AMI built specifically for running Docker on AWS
166142

167-
## Accessing Docker Datacenter
143+
## Accessing Docker EE for AWS (Standard/Advanced)
168144

169145
Once the stack is successfully created, you can access UCP and DTR URLs in the
170146
output tab as follows:
@@ -230,7 +206,7 @@ Once you download the bundle and load it, run the following command:
230206

231207
8. Now you may access UCP and DTR with your own custom DNS names
232208

233-
## Deploy and Access Your Applications on Docker Datacenter
209+
## Deploy and Access Your Applications on Docker Enterprise Edition
234210

235211
Now that you have configured your custom DNS for both UCP and DTR, you can
236212
start deploying your applications via CLI (with the client bundle) or via the

0 commit comments

Comments
 (0)