Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cloud link to Azure topics #2713

Merged
merged 16 commits into from
May 2, 2017
Merged
Prev Previous commit
Next Next commit
added link
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
  • Loading branch information
Victoria Bialas committed May 2, 2017
commit 7e459936c53fa314def6711a503c50ac70ae25ae
17 changes: 10 additions & 7 deletions docker-cloud/infrastructure/link-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ title: Link an Amazon Web Services account
>
> This topic has been superseded by [the AWS instructions that enable swarm mode](/docker-cloud/cloud-swarm/link-aws-swarm/).

You can create a role with AWS IAM (Identity and Access Management) so that Docker Cloud can provision and manage **node clusters** and **nodes** on your behalf.

<<<<<<< HEAD
[Previously](https://docs.docker.com/v1.11/docker-cloud/infrastructure/link-aws/), we recommended that you create a service user that Docker Cloud would use to access your AWS account. If you previously used this method, you can [create a new role](link-aws.md#acreate-a-dockercloud-role-role), attach the policy you created previously, unlink your AWS credentials and relink them using the new ARN method. You can then delete the `dockercloud-user`.
=======
Previously, we recommended that you create a service user that Docker Cloud would use to access your AWS account. If you used this method, you can [create a new role](link-aws.md#create-a-dockercloud-role-role), attach the policy you created for this purpose (see <a href="https://console.aws.amazon.com/iam/home#policies" target ="_blank">AWS polices</a>), unlink your AWS credentials and relink them using the new ARN method. You can then delete the `dockercloud-user` on AWS.
>>>>>>> fca46e538d... screen snaps, updates per latest on staging
You can create a role with AWS IAM (Identity and Access Management) so that
Docker Cloud can provision and manage **node clusters** and **nodes** on your
behalf.

[Previously](https://docs.docker.com/v1.11/docker-cloud/infrastructure/link-aws),we recommended that you create a service user that Docker Cloud would use
to access your AWS account. If you used this method, you can [create a new
role](link-aws.md#create-a-dockercloud-role-role), attach the policy you created
for this purpose (see <a href="https://console.aws.amazon.com/iam/home#policies"
target ="_blank">AWS polices</a>), unlink your AWS credentials and relink them
using the new ARN method. You can then delete the `dockercloud-user` on AWS.

## Create a dockercloud-policy

Expand Down