TigerData logo
TigerData logo
  • Product

    Product

    Tiger Cloud

    Robust elastic cloud platform for startups and enterprises

    TimescaleDB Enterprise

    Self-managed TimescaleDB for on-prem, edge and private cloud

    Open source

    TimescaleDB

    Time-series, real-time analytics and events on Postgres

    Search

    Vector and keyword search on Postgres

  • Industry

    Data Centers

    Energy & Utilities

    Oilfield Services

    Smart Manufacturing

    Crypto

  • Docs
  • Pricing
  • Developer Hub

    Changelog

    Benchmarks

    Blog

    Community

    Customer Stories

    Events

    Support

    Integrations

    Launch Hub

  • Company

    About

    TigerData logo

    Timescale

    Partners

    Security

    Careers

Contact usStart a free trial
Tiger Data

Products

  • TimescaleDB
  • Tiger Cloud
  • TimescaleDB Enterprise
  • Postgres Search Stack

Industry

  • Data Centers
  • Energy & Utilities
  • Oilfield Services
  • Smart Manufacturing
  • Crypto

Support

  • Cloud Status
  • Support
  • Security
  • Terms of Service
  • Code Of Conduct

Learn

  • Documentation
  • Blog
  • Tutorials
  • Changelog
  • Success Stories

Company

  • About
  • Contact Us
  • Careers
  • Newsroom
  • Brand
  • Events

Products

  • TimescaleDB
  • Tiger Cloud
  • TimescaleDB Enterprise
  • Postgres Search Stack

Industry

  • Data Centers
  • Energy & Utilities
  • Oilfield Services
  • Smart Manufacturing
  • Crypto

Support

  • Cloud Status
  • Support
  • Security
  • Terms of Service
  • Code Of Conduct

Learn

  • Documentation
  • Blog
  • Tutorials
  • Changelog
  • Success Stories

Company

  • About
  • Contact Us
  • Careers
  • Newsroom
  • Brand
  • Events
Privacy preferencesLegalPrivacySitemap
Gold Partner with Inductive Automation — Ignition

2026 (c) Timescale, Inc., d/b/a Tiger Data.
All rights reserved.

Tiger Data
GOLD PARTNER WITHINDUCTIVE AUTOMATION

2026 (c) Timescale, Inc., d/b/a Tiger Data.
All rights reserved.

Privacy preferencesLegalPrivacySitemap

Recommendations for Setting Up Your Architecture With AWS & TimescaleDB

Bob Boule

By Bob Boule

August 2nd, 2024

4 min

Share

Bob Boule

By Bob Boule

August 2nd, 2024

4 min

Share

Copy as HTML

Open in ChatGPT

Open in Claude

Open in v0

Product & Engineering

AWS

#CTA-signup

Table of contents

  1. 01 AWS Architecture Choice #1: Timescale Cloud
  2. 02 Architecture Choice #2: EC2 Instance
  3. 03 Architecture Option #3: AWS Elastic Kubernetes Service via PostgreSQL Kubernetes Operators
  4. 04 Option #4: AWS CloudWatch, Lambda, and TimescaleDB
  5. 05 Next Steps
Get started for free
A diagram showing the connection between your application and Timescale Cloud via VPC, all within AWS

Many of our users implement an architecture that uses AWS services and add TimescaleDB to their stack to manage, store, and analyze all their time-series data, events, and analytics at scale. Fortunately, since TimescaleDB seamlessly integrates with many AWS offerings, there are several ways to create a flexible stack that works for you.

In this post, we will discuss four different ways to set up your architecture with AWS and TimescaleDB and provide recommendations to help you choose the best option for your use case.

AWS Architecture Choice #1: Timescale Cloud

The first option that comes to mind is Timescale’s managed service offering, Timescale Cloud. This path allows you to host your TimescaleDB instance on AWS and use Virtual Private Cloud (VPC) peering to connect the instance to the rest of your AWS infrastructure.

The primary benefit to the managed service is that you can be hands-off in terms of the day-to-day management of the system since we manage updates and upgrades—along with backups and high availability (HA). With this route, you also get the flexibility to customize compute and storage configurations based on your needs and grow, shrink, or migrate your workloads with just a few clicks.

Here is an overview of what this setup would look like:

image

If you are interested in running TimescaleDB as a managed service on AWS, this is the option to explore. This configuration will offer you the benefits of the managed service while running on the AWS platform and allow you to add it to the rest of your cloud stack through VPC Peering.

Timescale Cloud on AWS summary:

  • Best for users who prefer a hands-off approach and need flexibility when it comes to managing their data.
  • Not ideal for users who want to be heavily involved in the day-to-day management, or who need granular control over the environment.

Architecture Choice #2: EC2 Instance

If you’re looking for more granular control over your instance and/or more granular control over how the instance runs, you can spin up your own EC2 profile and install TimescaleDB within a tailored environment. 

When you select this option, you gain operational control over your instance but assume a higher level of operational responsibility for ongoing maintenance than a managed cloud offering.

EC2 instance and TimescaleDB summary:

  • Best for users who want a lot of control over how their instance is configured and run.
  • Not ideal for users who don’t want to be heavily involved with setup and ongoing management.

Architecture Option #3: AWS Elastic Kubernetes Service via PostgreSQL Kubernetes Operators

The third option is to deploy Timescale via Kubernetes, using the AWS Elastic Kubernetes Service (EKS). In the past, Timescale maintained Helm charts to manage the Kubernetes deployment, but we now recommend that Kubernetes users rely on one of the amazing PostgreSQL Kubernetes operators to simplify installation, configuration, and lifecycle.

Here is an overview of what this setup would look like:

image

This option gives you the ability to deploy TimescaleDB as a cloud-native application, adding the time-series database functionality to your microservices deployment.

Kubernetes summary:

  • Best for users who have embraced and are using a microservices architecture.
  • Not ideal for users that leverage legacy deployment models.

Option #4: AWS CloudWatch, Lambda, and TimescaleDB

To add to the use case above, a lot of our users combine on-premises or private cloud resources and AWS cloud resources. So, let's talk about monitoring data consolidation.

For example, suppose we collect metrics from Prometheus directly from our on-premises assets, leaving us with the question: how can I correlate that data with my cloud-based monitoring data?

The answer is to use an AWS CloudWatch Subscription Filter to send events directly to an AWS Lambda function, which then writes the event to our Timescale instance (included in a previous example).

Here is an overview of what this setup would look like:

image

We’re now storing and analyzing log events, metrics, and traces from on-premises and cloud.

For another example of combining AWS CloudWatch and Timescale, see Monitoring Your Timescale Services With Amazon CloudWatch. 

If you’re looking for more monitoring options with Timescale, you can now do audit logging without leaving your cloud database service. Timescale Cloud has the PgAudit PostgreSQL extension available by default to all its customers. And to dig into the performance of your database queries, you can inspect what’s going on under the hood with Insights.

AWS CloudWatch and Lambda summary:

  • Best for users who are operating production environments or who’d like to consolidate monitoring data in a single place.
  • Not ideal for users who aren’t collecting a lot of monitoring data yet.

Next Steps

While this is not a complete list of ways you can use TimescaleDB and AWS services, we’ve covered a majority of common use cases (and their high-level implementations) to help you navigate your options.

Brand new to Timescale? Sign up for a Timescale account or view all available installation options here.

As always, we encourage you to join our Community Slack channel to chat with the team, ask questions, and see what others are working on.


About the author

Bob Boule

By Bob Boule

// Related posts

SkipScan in TimescaleDB: Why DISTINCT Was Slow, How We Built It, and How You Can Use It
SkipScan in TimescaleDB: Why DISTINCT Was Slow, How We Built It, and How You Can Use It

Announcements & Releases

TimescaleDB

SkipScan in TimescaleDB: Why DISTINCT Was Slow, How We Built It, and How You Can Use It

Learn how TimescaleDB's SkipScan transforms DISTINCT queries from multi-second waits to milliseconds by jumping between values instead of scanning every row.

By Natalya Aksman

September 19th, 2025

Introducing Phased Rollouts for Safer TimescaleDB Upgrades
Introducing Phased Rollouts for Safer TimescaleDB Upgrades

Announcements & Releases

Product & Engineering

Introducing Phased Rollouts for Safer TimescaleDB Upgrades

Tiger Data introduces Phased Rollouts, a safer upgrade process for all TimescaleDB services on Tiger Cloud providing a 3-week validation period between dev and production deployments.

By Miquel Ruiz

September 11th, 2025

Introducing Direct Compress: Up to 40x Faster, Leaner Data Ingestion for Developers (Tech Preview)
Introducing Direct Compress: Up to 40x Faster, Leaner Data Ingestion for Developers (Tech Preview)

Announcements & Releases

TimescaleDB

Introducing Direct Compress: Up to 40x Faster, Leaner Data Ingestion for Developers (Tech Preview)

Direct Compress delivers up to 40x faster data ingestion for TimescaleDB by compressing time-series data in memory during insertion, eliminating background jobs.

By Sven Klemm

September 9th, 2025

Stay updated with new
posts and releases.

Receive the latest technical articles and release notes in your inbox.