@@ -24,7 +24,7 @@ This example uses the AWS Bedrock provider. You'll need to configure the followi
2424
2525- ** AWS_REGION** : The AWS region where the model will run
2626- ** AWS_BEARER_TOKEN_BEDROCK** : The API key to connect to the LLM
27- - ** LLM_MODEL** : The model to use (this guide uses ` bedrock/anthropic.claude-3-7-sonnet-20250219 -v1:0 ` )
27+ - ** LLM_MODEL** : The model to use (this guide uses ` bedrock/global. anthropic.claude-sonnet-4-5-20250929 -v1:0 ` )
2828
2929## Initialization
3030
@@ -33,7 +33,7 @@ The first thing we need to do is create the migration-plan.md file which will be
3333``` bash
3434podman run --rm -ti \
3535 -v $( pwd) /:/app/source:Z \
36- -e LLM_MODEL=bedrock/anthropic.claude-3-7-sonnet-20250219 -v1:0 \
36+ -e LLM_MODEL=bedrock/global. anthropic.claude-sonnet-4-5-20250929 -v1:0 \
3737 -e AWS_REGION=$AWS_REGION \
3838 -e AWS_BEARER_TOKEN_BEDROCK=$AWS_BEARER_TOKEN_BEDROCK \
3939 quay.io/x2ansible/x2a-convertor:latest \
@@ -47,7 +47,7 @@ This will create a **migration-plan.md** with a lot of details.
4747``` bash
4848podman run --rm -ti \
4949 -v $( pwd) /:/app/source:Z \
50- -e LLM_MODEL=bedrock/anthropic.claude-3-7-sonnet-20250219 -v1:0 \
50+ -e LLM_MODEL=bedrock/global. anthropic.claude-sonnet-4-5-20250929 -v1:0 \
5151 -e AWS_REGION=$AWS_REGION \
5252 -e AWS_BEARER_TOKEN_BEDROCK=$AWS_BEARER_TOKEN_BEDROCK \
5353 quay.io/x2ansible/x2a-convertor:latest \
@@ -61,7 +61,7 @@ This will make a blueprint of what the model understands about the migration of
6161``` bash
6262podman run --rm -ti \
6363 -v $( pwd) /:/app/source:Z \
64- -e LLM_MODEL=bedrock/anthropic.claude-3-7-sonnet-20250219 -v1:0 \
64+ -e LLM_MODEL=bedrock/global. anthropic.claude-sonnet-4-5-20250929 -v1:0 \
6565 -e AWS_REGION=$AWS_REGION \
6666 -e AWS_BEARER_TOKEN_BEDROCK=$AWS_BEARER_TOKEN_BEDROCK \
6767 -e AAP_CONTROLLER_URL=$AAP_CONTROLLER_URL \
0 commit comments