diff --git a/docs/user-guide/concepts/model-providers/amazon-bedrock.md b/docs/user-guide/concepts/model-providers/amazon-bedrock.md index 4666cf8a..a3af70b7 100644 --- a/docs/user-guide/concepts/model-providers/amazon-bedrock.md +++ b/docs/user-guide/concepts/model-providers/amazon-bedrock.md @@ -123,6 +123,22 @@ For more details, see the [Amazon Bedrock documentation on modifying model acces For complete details on credential configuration and resolution, see the [boto3 credentials documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials). + **Option 4: aws login** + + `aws login` provides browser-based authentication for temporary credentials. Requires AWS CLI version 2.32.0 or later. + + ```bash + aws login + ``` + + To use `aws login` with enhanced performance, install Strands with CRT support: + + ```bash + pip install strands-agent[crt] + ``` + + See the [Login for AWS local development using console credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sign-in.html) documentation for more details. + === "TypeScript" The TypeScript SDK uses the [AWS SDK for JavaScript v3](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html) to make calls to Amazon Bedrock. The SDK has its own credential resolution system that determines which credentials to use when making requests to AWS.