The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "AWS Bedrock with Application Inference Profiles",
"nodes": [
{
"parameters": {},
"id": "start-node",
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"modelId": "us.anthropic.claude-sonnet-4-20250514-v1:0",
"prompt": "Say hello from Claude Sonnet 4 using an application inference profile.",
"maxTokens": 500,
"temperature": 0.7
},
"id": "bedrock-node",
"name": "AWS Bedrock (AssumeRole)",
"type": "n8n-nodes-aws-bedrock-assumerole.awsBedrockAssumeRole",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"awsAssumeRole": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "AWS Bedrock (AssumeRole)",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1",
"meta": {
"note": "To use this example, configure an AwsAssumeRole credential with Application Inference Profile Account ID and an Application Inference Profiles JSON mapping { 'us.anthropic.claude-sonnet-4-20250514-v1:0': 'your-profile-id' }. Then update the credential id and name in this workflow to match your environment."
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
awsAssumeRole
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AWS Bedrock with Application Inference Profiles. Uses start, n8n-nodes-aws-bedrock-assumerole. Manual trigger; 2 nodes.
Source: https://github.com/cabify/n8n-nodes-aws-bedrock-assumerole/blob/6fb9c5751bf3a71cedf2a9a4fc5bb84c1f7e8715/examples/application-inference-profiles-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.