You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-guide/credential-providers.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ For guided options for getting started on AWS authentication for your project, s
6
6
7
7
## Credentials identity resolvers provided by the experimental Amazon Bedrock Runtime client for Python<aname="credproviders-available-credential-providers"></a>
8
8
9
+
`ContainerCredentialsResolver`
10
+
Obtains credentials from a container credential service such as the one provided with Amazon Elastic Container Service (Amazon ECS) and Amazon Elastic Kubernetes Service (Amazon EKS).
11
+
9
12
`EnvironmentCredentialsResolver`
10
13
Resolves credentials found in the environment variables `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, and `AWS_SESSION_TOKEN`.
0 commit comments