docs(changelog): add 4333 entries for AWS credential resolver expansion

This commit is contained in:
Mark Backman
2026-05-04 19:30:37 -04:00
parent 8becafee38
commit 678d40e102
2 changed files with 2 additions and 0 deletions

1
changelog/4333.added.md Normal file
View File

@@ -0,0 +1 @@
- AWS Transcribe STT, Polly TTS, Bedrock LLM, and the Bedrock AgentCore processor now resolve credentials via the standard boto3 provider chain (EC2 instance profiles, EKS pod roles / IRSA, ECS task roles, SSO, `~/.aws/credentials`) when explicit credentials and `AWS_*` environment variables are absent. Services running with IAM roles no longer need to export static credentials.