{
  "meta": {
    "version": "v1",
    "pricing": {
      "public": {
        "label": "Public",
        "description": "Read-only API access for lightweight status checks and public integrations."
      },
      "premium": {
        "label": "Premium",
        "description": "API keys with higher hourly quotas, plus Slack, Teams, Discord, webhook, and email outage alerts across your vendor stack."
      }
    },
    "generatedAt": "2026-09-22T21:37:42.010Z"
  },
  "data": {
    "id": "incident_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB",
    "slug": "clickhouse-clickpipes-failing-on-kinesis-in-aws-us-east-1-2026-09-15",
    "title": "ClickPipes failing on Kinesis in AWS us-east-1",
    "summary": "ClickPipes failing on Kinesis in AWS us-east-1",
    "status": "resolved",
    "stale": false,
    "severity": "critical",
    "startedAt": "2026-09-15T18:57:38+00:00",
    "updatedAt": "2026-09-17T00:43:25+00:00",
    "resolvedAt": "2026-09-17T00:43:25+00:00",
    "provider": {
      "slug": "clickhouse",
      "name": "ClickHouse Cloud"
    },
    "affectedServices": [
      {
        "slug": "clickhouse-clickpipes",
        "name": "ClickPipes"
      }
    ],
    "regions": [
      "us-east-1"
    ],
    "links": {
      "html": "/incidents/clickhouse-clickpipes-failing-on-kinesis-in-aws-us-east-1-2026-09-15",
      "api": "/api/v1/incidents/clickhouse-clickpipes-failing-on-kinesis-in-aws-us-east-1-2026-09-15",
      "providerHtml": "/providers/clickhouse",
      "alerts": "https://outagedeck.com/account?stack=clickhouse&utm_source=api&utm_medium=response&utm_campaign=api_alerts&utm_content=incident"
    },
    "impactSummary": "ClickHouse Cloud reported a critical event for the affected tracked services.",
    "source": {
      "id": "source_clickhouse_status",
      "kind": "official_api",
      "name": "ClickHouse Cloud Status",
      "checkedAt": "2026-09-22T21:30:11.027+00:00",
      "stale": false,
      "officialUrl": "https://status.clickhouse.com/",
      "statusPageUrl": "https://status.clickhouse.com/"
    },
    "updates": [
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2K6X3SM0E2YE7C47BA2Q8HA",
        "status": "investigating",
        "body": "Currently investigating failures on AWS us-east-1 for customers using ClickPipes on Kinesis in this region.",
        "createdAt": "2026-09-15T18:57:38+00:00"
      },
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2KAPCBZKPMGPS2VNM1XZTS2",
        "status": "identified",
        "body": "The issue has been identified as a change on AWS related to Kinesis IAM permissions and appears to be currently isolated to us-east-1. While we work with AWS to mitigate this issue, we recommend to update your IAM policy to include a trailing wildcard (`/*`) to the resource for the `kinesis:RegisterStreamConsumer` action like so:\n\n```\n{\n  \"Effect\": \"Allow\",\n  \"Action\": [\n    \"kinesis:RegisterStreamConsumer\"\n  ],\n  \"Resource\": [\n    \"arn:aws:kinesis:{REGION}:{ACCOUNT_ID}:stream/{STREAM_NAME}/*\"\n  ]\n}\n\n```\n\nOnce this is applied, you must restart your ClickPipe for the changes to take affect.",
        "createdAt": "2026-09-15T20:03:52+00:00"
      },
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2KKYSPY6YVRB4BBCDZW94S1",
        "status": "identified",
        "body": "AWS has confirmed the issue on their end and are in the process of rolling back the change. The ETA for this rollback in us-east-1 is by end of day tomorrow. Signs of gradual recovery are expected in us-east-1 as the rollback progresses across AZs during this time. In the meantime, if your ClickPipe is still affected, please update your IAM policy as instructed in the previous status update.",
        "createdAt": "2026-09-15T22:45:45+00:00"
      },
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2M3H2JH7Q1767QF2H9CSRVP",
        "status": "identified",
        "body": "AWS has confirmed that on September 15, 2026, beginning at 11:15 AM PDT, customers experienced elevated AccessDeniedException errors when calling the RegisterStreamConsumer API for Amazon Kinesis Data Streams (Kinesis) in the N. Virginia (us-east-1) Region. The root cause was a recent change that introduced a defect in how RegisterStreamConsumer requests are authorized, causing each request to be evaluated against the specific consumer resource (for example, `arn:aws:kinesis:<region>:<account-id>:stream/<stream-name>/consumer/<consumer-name>`) rather than the stream resource (for example, `arn:aws:kinesis:<region>:<account-id>:stream/<stream-name>`). As a result, IAM policies that granted kinesis:RegisterStreamConsumer only at the stream level, which previously succeeded and aligns with our published documentation, no longer matched the request and returned AccessDeniedException. \n\nAWS has begun rolling back this change in the affected Region, and expect calls that were previously permitted at the stream level to succeed again once the rollback completes on September 16, 2026, by 6:00 PM PDT. As a workaround, please update your IAM policy as instructed in the previous status update.",
        "createdAt": "2026-09-16T03:17:52+00:00"
      },
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2NCXJ65YHT0GSSRBMHKQXAR",
        "status": "identified",
        "body": "AWS has confirmed that on September 15, 2026, beginning at 11:15 AM PDT, customers experienced elevated AccessDeniedException errors when calling the RegisterStreamConsumer API for Amazon Kinesis Data Streams (Kinesis) in the N. Virginia (us-east-1) Region. The root cause was a recent change that introduced a defect in how RegisterStreamConsumer requests are authorized, causing each request to be evaluated against the specific consumer resource (for example, `arn:aws:kinesis:<region>:<account-id>:stream/<stream-name>/consumer/<consumer-name>`) rather than the stream resource (for example, `arn:aws:kinesis:<region>:<account-id>:stream/<stream-name>`). As a result, IAM policies that granted kinesis:RegisterStreamConsumer only at the stream level, which previously succeeded and aligns with our published documentation, no longer matched the request and returned AccessDeniedException.\n\nAWS has begun rolling back this change in the affected Region, and expect calls that were previously permitted at the stream level to succeed again once the rollback completes on September 16, 2026, by 6:00 PM PDT. As a workaround, please update your IAM policy as instructed in the previous status update.",
        "createdAt": "2026-09-16T15:21:13+00:00"
      },
      {
        "id": "update_statuspage_clickhouse_01M2K6X3SMPMBKJKK5FHA0M7ZB_01M2PD2ZGG089PNMKB22VCH2E3",
        "status": "resolved",
        "body": "This incident has been resolved. AWS has confirmed that the Enhanced Fanhout (EFO) Kinesis pipes in us-east-1 region are fully operational. Please contact ClickHouse Support if you experience any further issues: <https://console.clickhouse.cloud/support>",
        "createdAt": "2026-09-17T00:43:25+00:00"
      }
    ],
    "access": {
      "plan": "public",
      "keyed": false
    }
  }
}