Setup & Integrations
Observability
CloudWatch
this guide explains how to connect resolve ai with amazon cloudwatch resolve uses this connection to query logs, dashboards and metrics for investigations we need to set up a secure, temporary access iam role in your aws account so resolve can read required metrics, logs, and events for troubleshooting—without storing long lived credentials this role is global and can be used across multiple aws regions you choose to allow setup steps in your aws account, create a new iam role resolve access role set the following configurations target account (resolve) 590183716134 external id a47b9c21 51d0 4b6a 9e25 3f71cda29483 attach the policy cloudwatchlogsreadonlyaccess securityaudit aws managed policy share the iam role arn (global) and target region(s) with resolve the arn should be visible in the role’s view page the target regions should be decided by you resolve will verify access and confirm setup completion sample trust policy { "version" "2012 10 17", "statement" \[ { "effect" "allow", "principal" { "aws" "arn\ aws\ iam 590183716134\ root" }, "action" "sts\ assumerole", "condition" { "stringequals" { "sts\ externalid" "a47b9c21 51d0 4b6a 9e25 3f71cda29483" } } } ] }