---
title: "Running the Debezium Platform on AWS: PostgreSQL to Amazon Kinesis"
url: https://daily.dev/posts/running-the-debezium-platform-on-aws-postgresql-to-amazon-kinesis-pyepodjcm
source_url: https://debezium.io/blog/2026/07/24/debezium-platform-on-aws-postgres-to-kinesis
type: article
source: "Debezium"
published: 2026-07-27T08:53:43.651Z
updated: 2026-07-27T08:54:06.531Z
tags: ["aws", "kubernetes", "postgresql", "debezium", "change-data-capture"]
reading_time: 12
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Running the Debezium Platform on AWS: PostgreSQL to Amazon Kinesis

**[Debezium](https://daily.dev/sources/debezium)** · 12 min read · 4 upvotes · 0 comments

## Summary

A step-by-step walkthrough of deploying the Debezium Platform on AWS using a single-node k3s cluster on EC2, then building a CDC pipeline from Amazon RDS for PostgreSQL to Amazon Kinesis. Key AWS-specific details covered include: enabling logical replication on RDS via a custom parameter group, creating Kinesis streams named to match Debezium topic names (schema: prefix.schema.table), and using an EC2 IAM instance role with a least-privilege policy for Kinesis authentication instead of static credentials. The companion project debezium-platform-lab automates cluster provisioning and Helm chart deployment with simple mage commands. The post also explains how to verify the pipeline by reading and decoding a change event from Kinesis, including how to handle PostgreSQL NUMERIC columns serialized as base64-encoded bytes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://debezium.io/blog/2026/07/24/debezium-platform-on-aws-postgres-to-kinesis>

## Similar posts on daily.dev

- [Implementing real-time change data capture with Debezium for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL](https://daily.dev/posts/implementing-real-time-change-data-capture-with-debezium-for-amazon-aurora-postgresql-and-amazon-rds-wwimwgweo) · AWS Database Blog · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#kubernetes](https://daily.dev/tags/kubernetes), [#postgresql](https://daily.dev/tags/postgresql), [#debezium](https://daily.dev/tags/debezium), [#change-data-capture](https://daily.dev/tags/change-data-capture)

[View this post on daily.dev](https://daily.dev/posts/running-the-debezium-platform-on-aws-postgresql-to-amazon-kinesis-pyepodjcm)
