-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work after sometime #1
Comments
This is my app.py. |
Can you please share the error you are getting after you try and run the app via containers? Also, is a Lambda log generated when this error occurs? or does an API call to the Bedrock agent even happen? If so, please share those details as well. With you running containers, I want to figure out if the error is occurring with the running app that could not be running anymore at the time, if the error is generating at the Bedrock agent level where we can look at the tracing to see what is occurring, or if the error is from the Lambda logs for the action group. |
Modifications I have did in my application:
Things I noticed. Both EC2 instance and ECS had bedrock full access. Can it be regarding getting frozen credentials ? |
Hello,
I have tested this, after launching this streamlit app in Aws ECR, I tested this after a day.
It doesn't work and returned an error.
I have checked this multiple times. If I force update the ecr service, it works fine for a few hours.
The text was updated successfully, but these errors were encountered: