diff --git a/litellm/proxy/auth/rds_iam_token.py b/litellm/proxy/auth/rds_iam_token.py index f65fc4a99d7..19dd6f7a3f2 100644 --- a/litellm/proxy/auth/rds_iam_token.py +++ b/litellm/proxy/auth/rds_iam_token.py @@ -149,7 +149,7 @@ def init_rds_client( # boto3 automatically reads env variables client = boto3.client( - service_name="bedrock-runtime", + service_name="rds", region_name=region_name, config=config, )