OpsCanary
Back to daily brief
awsPractitioner

Automating Incident Investigation: AWS DevOps Agent Meets Salesforce MCP

5 min read AWS DevOps BlogApr 22, 2026
Share
PractitionerHands-on experience recommended

In today's fast-paced tech environment, rapid incident resolution is crucial. When a customer reports an issue, such as an unavailable load balancer, the ability to quickly investigate and resolve the problem can significantly impact user satisfaction and operational efficiency. By integrating the AWS DevOps Agent with Salesforce MCP Server, you can automate the entire incident investigation process, reducing manual effort and speeding up resolution times.

Here's how it works: When a case is created in Salesforce, triggered by a customer report, Salesforce Flow detects the new case and calls the AWS DevOps Agent via an API or webhook. The agent then initiates an autonomous investigation, querying AWS observability services like Amazon CloudWatch and AWS CloudTrail, as well as third-party platforms such as Splunk and Datadog. It builds a dynamic topology graph to map relationships between application resources, enriching the Salesforce case with findings and root cause analysis. This not only provides your support team with context but also suggests architectural improvements to prevent future issues.

To implement this integration effectively, ensure you have the Agentforce Service enabled in your Salesforce Hosted MCP Server and the AWS DevOps Agent Space configured in your AWS account. Familiarity with Salesforce Flow Builder is also essential for automating workflows. Remember to follow best security practices when configuring MCP tools to safeguard your environment.

Key takeaways

  • Integrate Salesforce Flow to trigger AWS DevOps Agent on new case creation.
  • Utilize Amazon CloudWatch and AWS CloudTrail for observability during investigations.
  • Build dynamic topology graphs to visualize relationships between application resources.
  • Automatically enrich Salesforce cases with investigation findings and root cause analysis.
  • Implement preventative recommendations to enhance system architecture.

Why it matters

Automating incident investigations can drastically reduce resolution times, leading to improved customer satisfaction and reduced operational costs. This integration allows teams to focus on strategic improvements rather than getting bogged down in manual troubleshooting.

Code examples

plaintext
https://api.prod.cp.aidevops.us-east-1.api.aws/v1/register/mcpserver/callback
plaintext
https://api.salesforce.com/platform/mcp/v1-beta.2/sandbox/sobject-all
plaintext
https://test.salesforce.com/services/oauth2/token

When NOT to use this

The official docs don't call out specific anti-patterns here. Use your judgment based on your scale and requirements.

Want the complete reference?

Read official docs

Test what you just learned

Quiz questions written from this article

Take the quiz →

Get the daily digest

One email. 5 articles. Every morning.

No spam. Unsubscribe anytime.