How can I use the IAM role attached to EC2 instance for access to AWS Bedrock? #6007
Unanswered
avx-rodmans
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The docs answer this:
So you may need to mount or make those directories available if they are not already to your instance |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed LibreChat via an AWS EC2 instance. I want to enable access to AWS Bedrock. I attached a policy to the instance and confirmed it's working by running
aws bedrock list-foundation-models --region us-east-1
.My .env file includes this:
However, I am getting an error that there are no credentials.
According to the docs, I should be able to use the EC2/ECS Instance Metadata Service for authentication right? Am I misunderstanding this?
Beta Was this translation helpful? Give feedback.
All reactions