This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ to authenticate with AWS:
23231 . Command line flags
24241 . Environment variables
25251 . AWS credentials file
26- 1 . ECS Task Role
27261 . EC2 Instance Role
2827
2928For 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
6761If you are running docker-machine from an existing EC2 instance, the amazonec2 driver will use the credentials for the IAM role
You can’t perform that action at this time.
0 commit comments