Skip to content

Commit

Permalink
updated description of container credential provider
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanFitzSimmonsAK authored Nov 22, 2024
1 parent 7adfbfa commit c87e4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html>`_ 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 <https://docs.aws.amazon.com/sdkref/latest/guide/feature-container-credentials.html>`_ in the Amazon SDKs and Tools Reference Guide.


IAM roles
Expand Down

0 comments on commit c87e4b0

Please sign in to comment.