You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Bedrock connector only supports long term IAM User credentials and temporary session credentials. long term IAM User credentials are insecure because they don't rotate automatically. Temporary session credentials need to be update frequently (e.g. every 12 hours)
If you can add support for AWS Credentials profile when connecting with Bedrock, it'll remove the dependency to frequently update the credentials in the Bedrock connector. Since the AWS credentials profile can be setup with IAM assume Role, it doesn't have to depend on using non-secure static IAM User credentials
The text was updated successfully, but these errors were encountered:
What would you like to see?
Currently Bedrock connector only supports long term IAM User credentials and temporary session credentials. long term IAM User credentials are insecure because they don't rotate automatically. Temporary session credentials need to be update frequently (e.g. every 12 hours)
If you can add support for AWS Credentials profile when connecting with Bedrock, it'll remove the dependency to frequently update the credentials in the Bedrock connector. Since the AWS credentials profile can be setup with IAM assume Role, it doesn't have to depend on using non-secure static IAM User credentials
The text was updated successfully, but these errors were encountered: