VOOZH about

URL: https://thenewstack.io/aws-makes-etl-disappear-for-aurora-postgresql-dynamodb/

⇱ AWS Makes ETL Disappear for Aurora PostgreSQL, DynamoDB - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-10-17 11:00:52
AWS Makes ETL Disappear for Aurora PostgreSQL, DynamoDB
Cloud Services / Databases

AWS Makes ETL Disappear for Aurora PostgreSQL, DynamoDB

AWS' "Zero ETL" program for RedShift shortcuts the typically onerous process of creating and maintaining ETL pipelines.
Oct 17th, 2024 11:00am by Joab Jackson
👁 Featued image for: AWS Makes ETL Disappear for Aurora PostgreSQL, DynamoDB
Feature image via Unsplash. 

This week, Amazon Web Services introduced new integrations with its Amazon Aurora PostgreSQL and Amazon DynamoDB database management services that allow them to share data with the Amazon Redshift data warehouse services, without the need to set up ETL (Extract, Transform and Load) workflows between them.

AWS calls this no code service “Zero ETL” and shortcuts a typically onerous process for the admin, to create ETL pipelines from the database that records the transactions and the data warehouse that  keeps the data for later analysis by the user’s own applications and queries.

Once data hits either database, it shows up in RedShift seconds later, according to the cloud giant, offering customers potential near real-time data analysis.

The AWS service will copy data from the source database, either by specified tables or for the whole database, to the Redshift warehouse and monitor the health of the pipeline itself.

Redshift can query and create materialized views across multiple tables.

“Using these new zero-ETL integrations, you can run unified analytics on your data from different applications without having to build and manage different data pipelines to write data from multiple relational and non-relational data sources into a single data warehouse,” wrote AWS  Senior Solutions Architect Esra Kayabali, in a blog post describing the integrations.

👁 Graph: AWS Zero integration with Aurora

AWS Zero integration with Aurora.

Database Integrations

Amazon Aurora is a managed service of the PostgreSQL database system with high performance and reliability guarantees (Aurora zero integration also supports the MySQL flavor of Aurora).

The customer’s Aurora cluster must be in the same availability zone as the Redshift instance, and the customers must use Aurora 16.4 or above. Two-phase transactions are not supported.

Data filtering defines the scope of replication. You can copy the whole database or only certain tables (you can’t filter by columns or rows). AWS processes the data filters in the order in which they are entered.

All the data goes to the Redshift cloud data warehouse, which offers the ability run SQL queries across structured and unstructured data, which can be used to create reports and forecasts, or ingested or studied by AI-based processes. The Redshift cluster being used must be patched to 180 or above.

👁 Screenshot: AWS Aurora data in Redshift.

Screenshot: AWS Aurora data in Redshift.

Amazon DynamoDB is a low-latency, serverless NoSQL data store service. It is often used with a caching service for an even greater performance boost, as well as with AWS Lamba Triggers, which kick off serverless functions when new data is entered. DynamoDB also has a zero integration package with the Amazon OpenSearch Service.

With this integration, data from DynamoDB is replicated in a Redshift SUPER datatype column and accessed via PartiQL sql.

Cost and Availability

AWS does not charge for the workflow processing zero-ETL integrations. Customers, however, are still responsible for the costs of storing replicated data in the data warehouse (or RPUs on Amazon Redshift Serverless) and any cross-zone data transfers. Visit the Amazon Aurora and Amazon DynamoDB pricing pages for the database services.

Each AWS account is limited to 100 integrations and 50 integrations per data warehouse.

Aurora PostgreSQL zero-ETL integration with Amazon Redshift in a subset of AWS regions across the U.S., Asia and Europe. Amazon DynamoDB zero-ETL integration with Amazon Redshift is now available in all commercial, China and GovCloud AWS Regions.

TRENDING STORIES
Joab Jackson is a senior editor for The New Stack, covering cloud native computing and system operations. He has reported on IT infrastructure and development for over 30 years, including stints at IDG and Government Computer News. Before that, he...
Read more from Joab Jackson
SHARE THIS STORY
TRENDING STORIES
Amazon Web Services is a sponsor of The New Stack.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.