diff --git a/docs/source/guide/credentials.rst b/docs/source/guide/credentials.rst index f0ce6f0b6f..4e2fd134e1 100644 --- a/docs/source/guide/credentials.rst +++ b/docs/source/guide/credentials.rst @@ -290,7 +290,7 @@ Boto3 will attempt to load credentials from the Boto2 config file. It first chec Container credential provider --------- -You can associate an IAM role with each of your Amazon Elastic Container Service (Amazon ECS) task definitions. Temporary credentials for that role are then available to that task's containers. For more information, see `IAM Roles for Tasks `_ in the Amazon Elastic Container Service Developer Guide. +If you are using Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS), you can obtain credentials by specifying an HTTP endpoint as an environment variable. The SDK will request credentials from the specified endpoint. For more information, see `Container credential provider `_ in the Amazon SDKs and Tools Reference Guide. IAM roles