docs(bedrock): Bedrock fine-tuning reference + PT/Reserved Tier guidance - #8
Open
rsmets wants to merge 4 commits into
Open
docs(bedrock): Bedrock fine-tuning reference + PT/Reserved Tier guidance#8rsmets wants to merge 4 commits into
rsmets wants to merge 4 commits into
Conversation
added 4 commits
June 4, 2026 12:07
Refine the fine-tuning, cost-modeling, and skill references for capacity reservation on customized models: - Frame PT vs Reserved Tier as different infrastructures (PT = traditional Bedrock, RT = Mantle) with per-model availability, not interchangeable options - Lean toward Reserved Tier where a model offers it (better UX/capabilities), fall back to PT when RT isn't available for that model - Add Bring Your Own Model (BYOM) as the Mantle successor to Custom Model Import - Drop hard "PT is deprecated" verbiage — no published deprecation notice exists Guidance refined per feedback from Justin Muller (Bedrock service team) on the internal SA Slack thread re: Provisioned Throughput governance and successor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a field-tested Bedrock fine-tuning reference and aligns the capacity-reservation guidance across the
aws-dev-toolkitBedrock skill (SKILL.md,references/fine-tuning.md,references/cost-modeling.md).The core of the customization guidance — when to reach for Provisioned Throughput (PT) vs. Reserved Tier vs. on-demand custom deployment — was refined per feedback from Justin Muller on the Bedrock service team, shared on the internal SA Slack thread about PT governance and its successor.
What Justin's input changed
Files
plugins/aws-dev-toolkit/skills/bedrock/references/fine-tuning.md— fine-tuning reference + PT/RT/BYOM framingplugins/aws-dev-toolkit/skills/bedrock/references/cost-modeling.md— PT/Reserved Tier capacity-reservation entriesplugins/aws-dev-toolkit/skills/bedrock/SKILL.md— gotcha pointers updated to matchNote on public publication
This plugin ships publicly (outside AWS), so the content is kept to publicly-documented facts. Mantle, Reserved Tier, and BYOM are public/launched; the only thing intentionally held back is unofficial deprecation speculation.
🙏 Thanks to Justin Muller (Bedrock service team) for the clarifications that shaped this guidance.