Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -792,100 +792,10 @@
],
"Resource": [
{
"Fn::Sub": "arn:${AWS::Partition}:bedrock:*::foundation-model/anthropic.claude-3-5-haiku-20241022-v1:0"
"Fn::Sub": "arn:${AWS::Partition}:bedrock:*::foundation-model/anthropic.*"
},
{
"Fn::Sub": [
"arn:${partition}:bedrock:${region}:${accountId}:inference-profile/${regionPrefix}.anthropic.claude-3-5-haiku-20241022-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
{
"Fn::Sub": "arn:${AWS::Partition}:bedrock:*::foundation-model/anthropic.claude-3-7-sonnet-20250219-v1:0"
},
{
"Fn::Sub": [
"arn:${partition}:bedrock:${region}:${accountId}:inference-profile/${regionPrefix}.anthropic.claude-3-7-sonnet-20250219-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
{
"Fn::Sub": "arn:${AWS::Partition}:bedrock:*::foundation-model/anthropic.claude-sonnet-4-20250514-v1:0"
},
{
"Fn::Sub": [
"arn:${partition}:bedrock:${region}:${accountId}:inference-profile/${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
"Fn::Sub": "arn:${AWS::Partition}:bedrock:*:${AWS::AccountId}:inference-profile/*.anthropic.*"
},
{
"Fn::Sub": "arn:${AWS::Partition}:bedrock:${AWS::Region}::foundation-model/cohere.embed-english-v3"
Expand Down Expand Up @@ -1033,99 +943,15 @@
},
"\" >> ~/.bashrc\n",
"echo \"export EXTRACTION_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> ~/.bashrc\n",
"echo \"export EMBEDDINGS_MODEL=cohere.embed-english-v3\" >> ~/.bashrc\n",
"echo \"export EMBEDDINGS_DIMENSIONS=1024\" >> ~/.bashrc\n",
"echo \"export RESPONSE_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> ~/.bashrc\n",
"echo \"export EVALUATION_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> ~/.bashrc\n",
"echo \"export GRAPH_NOTEBOOK_AUTH_MODE=IAM\" >> ~/.bashrc\n",
"echo \"export GRAPH_NOTEBOOK_SSL=True\" >> ~/.bashrc\n",
Expand Down Expand Up @@ -1285,99 +1111,15 @@
},
"\" >> .env\n",
" echo \"export EXTRACTION_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> .env\n",
" echo \"export EMBEDDINGS_MODEL=cohere.embed-english-v3\" >> .env\n",
" echo \"export EMBEDDINGS_DIMENSIONS=1024\" >> .env\n",
" echo \"export RESPONSE_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> .env\n",
" echo \"export EVALUATION_MODEL=",
{
"Fn::Sub": [
"${regionPrefix}.anthropic.claude-sonnet-4-20250514-v1:0",
{
"partition": {
"Ref": "AWS::Partition"
},
"region": {
"Ref": "AWS::Region"
},
"accountId": {
"Ref": "AWS::AccountId"
},
"regionPrefix": {
"Fn::Select": [
0,
{
"Fn::Split": [
"-",
{
"Ref": "AWS::Region"
}
]
}
]
}
}
]
},
"anthropic.claude-sonnet-4-6",
"\" >> .env\n",
" if [ -f \"./run_test_suite.sh\" ]\n",
" then\n",
Expand Down Expand Up @@ -1996,4 +1738,4 @@
}
}
}
}
}
Loading
Loading