Skip to main content
Connecting AWS gives Superlog a live view of your cloud infrastructure. Once connected, the Overview page shows a service map of your AWS resources and their relationships, CloudWatch metrics flow in via Kinesis Firehose, and log data arrives through a CloudWatch Logs subscription filter — giving the AI agent the signals it needs to identify root causes in your cloud environment.

What the AWS integration provides

Service map

A topology view of your AWS resources and the connections between them, visible on the Overview page once a connection is active.

CloudWatch metric ingest

CloudWatch Metric Streams deliver metrics to Superlog via a Kinesis Firehose delivery stream pointed at the /aws/firehose/metrics endpoint.

CloudWatch Logs ingest

A CloudWatch Logs subscription filter delivers log data to Superlog via Firehose at the /aws/firehose/logs endpoint.

How to connect

Superlog uses IAM role assumption (AWS STS) to access your account. You create an IAM role in your AWS account that trusts the Superlog AWS account, and Superlog assumes that role to discover and read your resources. Your long-term AWS credentials are never stored.
1

Open Cloud Connections in Settings

Navigate to Settings → Cloud Connections in the Superlog dashboard, then click Add AWS Connection.
2

Choose your AWS region

Select the AWS region where your primary resources live. Superlog uses this region when assuming your scrape role and when building Firehose stream configurations.
3

Deploy the CloudFormation stack

Superlog provides a CloudFormation template that creates the required IAM scrape role, Kinesis Firehose delivery streams, and a CloudWatch Metric Stream. Click Launch in AWS Console to open the CloudFormation quick-create URL. Review the template and deploy it — the stack reports the created role ARN back to Superlog automatically via a custom resource.
If your organisation does not permit CloudFormation auto-reporting, you can paste the IAM role ARN manually into the Role ARN field in Superlog after the stack finishes deploying.
4

Verify the connection

Back in Superlog, click Verify Connection. Superlog attempts to assume the role and lists a sample of your resources. A green status indicator confirms the connection is healthy.
The combined one-step CloudFormation stack (superlog-connect-stack.cfn.yaml) provisions the scrape role, the metrics stream, and the logs stream in a single deployment. Use this when you want all three signals active from the start.

Firehose ingest endpoints

CloudWatch Metric Streams and Logs subscription filters send data to Superlog via Kinesis Firehose HTTP delivery. The CloudFormation template pre-fills these URLs for you, but they are listed here for reference when configuring streams manually.
Firehose data is authenticated using the same project-level ingest key as your OTLP endpoint. The CloudFormation template configures the Firehose access key automatically. If you set up streams manually, copy the ingest key from Settings → Ingest Keys and set it as the Firehose HTTP endpoint access key.

The service map

The service map appears on the Overview page and shows your AWS resources as nodes with edges representing the relationships and dependencies between them. The map is populated by the resource inventory scrape, which runs on a periodic schedule after the connection is established.
The service map only appears in the dashboard once at least one AWS cloud connection is active and the first inventory scrape has completed. Scrapes typically finish within a few minutes of a successful connection verification.
The agent uses the service map during incident investigations to identify which services were involved in a failure and to trace dependencies that may have contributed to the root cause.

IAM permissions required

The IAM scrape role created by the CloudFormation template is granted the following permissions: Resource discovery is read-only. Superlog never modifies resources in your account.

Managing multiple AWS accounts

You can add more than one AWS connection to a single Superlog project — for example, a production account and a staging account. Each connection has its own IAM role, region, and external ID. The service map merges resources from all active connections. To add a second account, return to Settings → Cloud Connections and click Add AWS Connection again.

Disconnecting AWS

To remove a connection, click the Delete icon next to it in Settings → Cloud Connections. Superlog immediately stops assuming the role and removes the connection record. You can then delete the CloudFormation stack from your AWS account to remove the IAM role and Firehose resources.

Next steps

  • Ingest application traces and metrics alongside cloud data → OTLP Ingest
  • Configure the agent to investigate cloud-related incidents → Agent Settings