-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Describe the bug
Executing the command
aws bedrock list-inference-profiles
only returns the SYSTEM
generated inference profiles, need to add a --type-equals APPLICATION
to see any user generated profiles.
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
The default behaviour of the command aws bedrock list-inference-profiles
should be to list all the profiles with no filtering.
Current Behavior
The command only lists SYSTEM
generated profiles by default.
Reproduction Steps
Run the command, this will list only SYSTEM
profiles
aws bedrock list-inference-profiles --query "inferenceProfileSummaries[].inferenceProfileArn"
Run the command, to see any user generated profiles
aws bedrock list-inference-profiles --query "inferenceProfileSummaries[].inferenceProfileArn" --type-equals APPLICATION
Possible Solution
Default behaviour should list all profiles with no filtering.
Additional Information/Context
No response
CLI version used
aws-cli/2.30.3 Python/3.13.7 Darwin/24.6.0 source/arm64
Environment details (OS name and version, etc.)
Darwin Kernel Version 24.6.0