Context: ROADMAP.md → Optional tagged application inference profiles
Related: #215
Component
CDK / infrastructure
Describe the feature
CDK-managed Bedrock application inference profiles per onboarded repo or environment. Set ANTHROPIC_MODEL to tagged profile ARN for resourceTags/* billing when repo count is bounded.
Use case
When IAM session-tag attribution (#215) is insufficient or repo count is small, tagged inference profiles provide an alternative chargeback dimension in CUR.
Proposed solution
- Blueprint optional
inference_profile_arn override.
- CDK creates profiles with
resourceTags for repo, environment.
- Agent/runtime config resolves model ARN at task start.
- Document operator setup and profile limits in
docs/design/COST_MODEL.md.
- Fallback to default model when profile unset.
Other information
Context: ROADMAP.md → Optional tagged application inference profiles
Related: #215
Component
CDK / infrastructure
Describe the feature
CDK-managed Bedrock application inference profiles per onboarded repo or environment. Set
ANTHROPIC_MODELto tagged profile ARN forresourceTags/*billing when repo count is bounded.Use case
When IAM session-tag attribution (#215) is insufficient or repo count is small, tagged inference profiles provide an alternative chargeback dimension in CUR.
Proposed solution
inference_profile_arnoverride.resourceTagsforrepo,environment.docs/design/COST_MODEL.md.Other information
Complements feat: Bedrock cost attribution — session tags, request metadata, and operator FinOps guidance #215; not a replacement for in-app
cost_usd.Design context:
docs/design/COST_MODEL.md.This might be a breaking change