From 235023d2f12864185d47c1c22a623e4368c93c6d Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 8 Feb 2026 21:04:42 -0800 Subject: [PATCH] Update documentation to reflect maintenance mode --- README.md | 4 +--- docs/sequin-managed/aws.mdx | 4 ++++ docs/sequin-managed/overview.mdx | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 225d664b9..5a91a25fc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sequin is the [fastest](#performance) change data capture (CDC) platform for Postgres. Sequin makes it easy to stream Postgres to streaming platforms, queues, search indexes, and more (e.g. Kafka, GCP Pub/Sub, another Postgres, etc.). You can backfill existing rows and stream new changes in real-time. -Sequin is a standalone Docker container that you can deploy next to your Postgres database. Alternatively, you can use [our hosted offering](https://console.sequinstream.com) or we'll [manage Sequin](https://sequinstream.com/docs/sequin-managed/overview) for you in your cloud. +Sequin is a standalone Docker container that you can deploy next to your Postgres database. For production deployments on AWS, see the [`deployment/`](./deployment) directory for Terraform infrastructure-as-code templates. @@ -55,8 +55,6 @@ Sequin works great for change data capture use cases like: ## Sinks -We're adding new destinations almost [every week](CHANGELOG.md). - | Icon | Sink | Docs | Description | |------|------|------|-------------| | Azure EventHubs | [Azure EventHubs](https://sequinstream.com/docs/quickstart/azure-event-hubs) | [Reference](https://sequinstream.com/docs/reference/sinks/azure-event-hubs) | Publish messages to Azure EventHubs | diff --git a/docs/sequin-managed/aws.mdx b/docs/sequin-managed/aws.mdx index ccfcab443..078172f06 100644 --- a/docs/sequin-managed/aws.mdx +++ b/docs/sequin-managed/aws.mdx @@ -4,6 +4,10 @@ sidebarTitle: "Sequin Managed on AWS" description: "Sequin offers a single-tenant deployment of Sequin within your own AWS account." --- + + Sequin Managed is no longer available. For details, see the [Sequin Cloud shutdown notice](https://sequinstream.com/docs/cloud-shutdown). + + [Sequin Managed](/sequin-managed/overview) on Amazon Web Services (AWS) creates a dedicated environment within your AWS organization. It runs in a separate sub-account that you own, but which Sequin manages on your behalf. You still access Sequin through the same web console and CLI, but now the infrastructure is fully contained in your AWS environment. ## Architecture diff --git a/docs/sequin-managed/overview.mdx b/docs/sequin-managed/overview.mdx index ae75b899e..fd997234e 100644 --- a/docs/sequin-managed/overview.mdx +++ b/docs/sequin-managed/overview.mdx @@ -4,6 +4,10 @@ sidebarTitle: "Sequin Managed Overview" description: "Overview of Sequin's enterprise-grade deployment option in your own AWS account. Get SaaS simplicity with the security and control of your own infrastructure for CDC workloads." --- + + Sequin Managed is no longer available. For details, see the [Sequin Cloud shutdown notice](https://sequinstream.com/docs/cloud-shutdown). + + # What is Sequin Managed? Sequin Managed provides a single-tenant deployment of Sequin within your own AWS account. You can still enjoy the same web console and CLI features, but in a dedicated environment running in your own cloud infrastructure.