You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration-v04-to-v05.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,14 @@ Your experience depends on how your BDA project was set up:
82
82
83
83
#### If your stack created a sample BDA project automatically
84
84
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.
86
86
87
87
**What to do:**
88
88
1. Go to the [Amazon Bedrock console](https://console.aws.amazon.com/bedrock/) → **Data Automation** → **Projects**
89
89
2. Find your project (named `{your-stack-name}-Project`)
90
90
3. Copy the project ARN
91
91
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
94
93
95
94
This re-links your BDA project and imports its blueprints into your configuration.
96
95
@@ -112,6 +111,8 @@ The configuration preset names are the same — only the internal directory stru
112
111
| rule-validation | ✅ Available |
113
112
| rule-extraction | ✅ Available |
114
113
| 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 |
115
116
116
117
### Removed Parameters
117
118
@@ -123,6 +124,8 @@ These CloudFormation parameters are no longer used:
123
124
|`Pattern1Configuration`| Replaced by `ConfigurationPreset`|
124
125
|`Pattern2Configuration`| Replaced by `ConfigurationPreset`|
125
126
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
+
126
129
### New Feature: Rule Validation for BDA
127
130
128
131
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