Bedrock checks should validate model usage for each regions #5674
Labels
bug
provider/aws
Issues/PRs related with the AWS provider
severity/low
Bug won't result in any noticeable breakdown of the execution.
Steps to Reproduce
Execute Prowler scan using standard installation steps.
Version 4.5.0
Expected behavior
Ensure that the checks for
bedrock_model_invocation_logging_enabled
for Amazon Bedrock validate whether the models access has been requested in an AWS region before flagging the status of the check . Today the scans are reporting failures even from Regions where the Model Access has not been activated in the account(s). Typically, customers have to request for “Model Access” in each region separately from the Bedrock Configurations page (or CLI etc) . If a region does not have the model access requested, then the model invocation logging check for that particular region wouldn’t be possible as well. The current scan checks are delivering false positives in the regions where models are not being activatedActual Result with Screenshots or Logs
How did you install Prowler?
From pip package (pip install prowler)
Environment Resource
Codebuild
OS used
Amazon Linux 2023
Prowler version
4.5.0
Pip version
24.0
Context
Amazon Bedrock check refinement
The text was updated successfully, but these errors were encountered: