Skip to content

bedrock list-inference-profiles only lists SYSTEM profiles by default #9728

@derek-assurity

Description

@derek-assurity

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

Metadata

Metadata

Labels

bedrockbugThis issue is a bug.p3This is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions