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
| US West (Oregon) | us-west-2 |[](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
72
72
| US East (N.Virginia) | us-east-1 |[](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
73
+
| EU Central (Frankfurt) | eu-central-1 |[](https://eu-central-1.console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
73
74
74
75
3. When the stack deploys for the first time, you'll receive an email with a temporary password to access the web UI
75
76
4. Use this temporary password for your first login to set up a permanent password
@@ -138,6 +139,7 @@ To update an existing GenAIIDP stack to a new version:
Copy file name to clipboardExpand all lines: docs/deployment.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The GenAI IDP Accelerator can be deployed using either the AWS CloudFormation co
24
24
| ----------- | ----------- | ------ |
25
25
| US West (Oregon) | us-west-2 |[](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
26
26
| US East (N.Virginia) | us-east-1 |[](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
27
+
| EU Central (Frankfurt) | eu-central-1 |[](https://eu-central-1.console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
27
28
28
29
2. Review the template parameters and provide values as needed
29
30
3. Check the acknowledgment box and click **Create stack**
@@ -309,6 +310,7 @@ To update an existing GenAIIDP deployment to a new version:
currentExplainabilityData=currentExplainabilityData[index];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
currentExplainabilityData=currentExplainabilityData[pathSegment];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
console.log(`Found confidence data in Output.${key}:`,value);// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Data from trusted internal source only
32
+
console.log(`Found confidence data in Output.${key}:`,value);// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Data from trusted internal source only
console.log(`DEBUG: compareWithDefault called with path '${path}':`,{// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
511
+
console.log(`DEBUG: compareWithDefault called with path '${path}':`,{
512
+
// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
console.log(`DEBUG: Recursive call result for '${newPath}':`,{// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
620
+
console.log(`DEBUG: Recursive call result for '${newPath}':`,{
621
+
// nosemgrep: javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring - Debug logging with controlled internal data
current=current[parts[i]];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
710
+
current=current[parts[i]];// nosemgrep: javascript.lang.security.audit.prototype-pollution.prototype-pollution-loop.prototype-pollution-loop - Index from controlled array iteration
703
711
}
704
712
705
713
// Set the value at the final path - IMPORTANT: preserve boolean false values!
0 commit comments