Skip to content

Commit 337ef46

Browse files
committed
> Update migration guide with BDA auto-enable clarification, new presets, and ConfigurationPreset parameter note
1 parent 385b9a4 commit 337ef46

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/migration-v04-to-v05.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,14 @@ Your experience depends on how your BDA project was set up:
8282

8383
#### If your stack created a sample BDA project automatically
8484

85-
The sample BDA project is preserved in your AWS account, but the link between it and your configuration is lost during the upgrade.
85+
The sample BDA project is preserved in your AWS account. BDA mode (`use_bda: true`) is automatically enabled on all configuration versions during the upgrade, but the link between the project and your configuration is lost.
8686

8787
**What to do:**
8888
1. Go to the [Amazon Bedrock console](https://console.aws.amazon.com/bedrock/)**Data Automation****Projects**
8989
2. Find your project (named `{your-stack-name}-Project`)
9090
3. Copy the project ARN
9191
4. In the IDP Web UI, go to **View/Edit Config**
92-
5. Toggle `use_bda` to **true** and save
93-
6. Click **Sync from BDA** and paste the project ARN
92+
5. Click **Sync from BDA** and paste the project ARN
9493

9594
This re-links your BDA project and imports its blueprints into your configuration.
9695

@@ -112,6 +111,8 @@ The configuration preset names are the same — only the internal directory stru
112111
| rule-validation | ✅ Available |
113112
| rule-extraction | ✅ Available |
114113
| healthcare-multisection-package | ✅ New |
114+
| fake-w2 | ✅ New — 2,000 synthetic W-2 tax forms with structured ground truth |
115+
| lending-package-sample-govcloud | ✅ New — GovCloud-compatible model IDs |
115116

116117
### Removed Parameters
117118

@@ -123,6 +124,8 @@ These CloudFormation parameters are no longer used:
123124
| `Pattern1Configuration` | Replaced by `ConfigurationPreset` |
124125
| `Pattern2Configuration` | Replaced by `ConfigurationPreset` |
125126

127+
> **Note:** The new `ConfigurationPreset` parameter selects which preset configuration to load for new stacks or when changing presets. The default is `lending-package-sample`. During a stack update, your existing configuration versions are preserved — `ConfigurationPreset` only affects the `default` version's initial settings.
128+
126129
### New Feature: Rule Validation for BDA
127130

128131
Rule validation (business rule checking) was previously only available in Pipeline mode. It now runs in both BDA and Pipeline modes when enabled in your configuration.

0 commit comments

Comments
 (0)