Skip to content

Commit f092098

Browse files
author
Bob Strahan
committed
Add EU Central region support with launch buttons and template URLs
1 parent 03e0711 commit f092098

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ SPDX-License-Identifier: MIT-0
1919
- Simplified CloudWatch results structure for improved readability and analysis
2020
- Updated error analyzer recommendations to leverage X-Ray insights for more accurate root cause identification
2121

22+
- **EU Region Support with Automatic Model Mapping**
23+
- Added support for deploying the solution in EU regions (eu-central-1, eu-west-1, etc.)
24+
- Automatic model endpoint mapping between US and EU regions for seamless deployment
25+
- Comprehensive model mapping table covering Amazon Nova and Anthropic Claude models
26+
- Intelligent fallback mappings when direct EU equivalents are unavailable
27+
- Quick Launch button for eu-central-1 region in README and deployment documentation
28+
- Complete technical documentation in `docs/eu-region-model-support.md` with best practices and troubleshooting
29+
2230
### Changed
2331

2432
- **Migrated UI Build System from Create React App to Vite**

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ To quickly deploy the GenAI-IDP solution in your AWS account:
7070
| --------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7171
| US West (Oregon) | us-west-2 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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) |
7272
| US East (N.Virginia) | us-east-1 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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) |
7374

7475
3. When the stack deploys for the first time, you'll receive an email with a temporary password to access the web UI
7576
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:
138139
5. Enter the template URL:
139140
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml`
140141
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml`
142+
- eu-central-1: `https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml`
141143
6. Follow the prompts to update your stack, reviewing any parameter changes
142144
7. For detailed instructions, see the [Deployment Guide](./docs/deployment.md#updating-an-existing-stack)
143145

docs/deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The GenAI IDP Accelerator can be deployed using either the AWS CloudFormation co
2424
| ----------- | ----------- | ------ |
2525
| US West (Oregon) | us-west-2 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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) |
2626
| US East (N.Virginia) | us-east-1 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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 | [![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](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) |
2728

2829
2. Review the template parameters and provide values as needed
2930
3. Check the acknowledgment box and click **Create stack**
@@ -309,6 +310,7 @@ To update an existing GenAIIDP deployment to a new version:
309310
6. Provide the new template URL:
310311
- us-west-2: `https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml`
311312
- us-east-1: `https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml`
313+
- eu-central-1: `https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml`
312314
7. Click "Next"
313315
8. Review the parameters and make any necessary changes
314316
- The update will preserve your existing parameter values

0 commit comments

Comments
 (0)