aws.bedrock-foundation-model

AWS Bedrock Foundation Model

Foundation models are AWS-managed base models available through Bedrock. This resource is read-only (no delete/tag actions) as these are catalog items managed by AWS.

Use the query parameter for server-side filtering to reduce API response size.

example:

Find all Anthropic models using server-side filtering:

policies:
  - name: anthropic-models
    resource: aws.bedrock-foundation-model
    query:
      - byProvider: Anthropic
      - byInferenceType: ON_DEMAND
example:

Find active models with client-side filtering:

policies:
  - name: active-text-models
    resource: aws.bedrock-foundation-model
    filters:
      - type: value
        key: modelLifecycle.status
        value: ACTIVE
      - type: value
        key: outputModalities
        value: TEXT
        op: contains

Filters

Actions