Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 5074ff4

Browse files
author
-- Gordon Shankman
committed
Removed references to ECS from AWS credentials documentation
1 parent cad68de commit 5074ff4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/drivers/aws.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ to authenticate with AWS:
2323
1. Command line flags
2424
1. Environment variables
2525
1. AWS credentials file
26-
1. ECS Task Role
2726
1. EC2 Instance Role
2827

2928
For more information, see the [AWS SDK for Go Developer's Guide](http://docs.aws.amazon.com/sdk-for-go/v1/developerguide/configuring-sdk.html).
@@ -57,11 +56,6 @@ This is the simplest method. You can then create a new machine with:
5756

5857
$ docker-machine create --driver amazonec2 aws01
5958

60-
### ECS Task Role
61-
62-
When you deploy tasks and services on Amazon's EC2 Container Service (ECS) platform, you can specify an IAM role
63-
at the container level. The amazonec2 driver will use the injected credentials if they are found.
64-
6559
### EC2 Instance Role
6660

6761
If you are running docker-machine from an existing EC2 instance, the amazonec2 driver will use the credentials for the IAM role

0 commit comments

Comments
 (0)