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

    Crypto

    Energy & Utilities

    Oil & Gas Operations

  • Docs
  • Pricing
  • Developer Hub

    Changelog

    Benchmarks

    Blog

    Community

    Customer Stories

    Events

    Support

    Integrations

    Launch Hub

  • Company

    Contact us

    About

    TigerData logo

    Timescale

    Partners

    Security

    Careers

Start a free trial
Tiger Data

Products

  • Time-series and Analytics
  • AI and Vector
  • Enterprise Plan
  • Cloud Status
  • Support
  • Security
  • Cloud Terms of Service

Learn

  • Documentation
  • Blog
  • Tutorials
  • Changelog
  • Success Stories
  • Time-series Database

Company

  • Contact Us
  • Careers
  • About
  • Newsroom
  • Brand
  • Community
  • Code Of Conduct
  • Events
Privacy preferencesLegalPrivacySitemap

Subscribe to the Tiger Data newsletter

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

Back to blog

Copy as HTML

Open in ChatGPT

Open in Claude

Open in v0

Bob Boule

By Bob Boule

4 min read

Aug 02, 2024

Product & EngineeringAWS#CTA-signup

Table of contents

01 AWS Architecture Choice #1: Timescale Cloud02 Architecture Choice #2: EC2 Instance03 Architecture Option #3: AWS Elastic Kubernetes Service via PostgreSQL Kubernetes Operators04 Option #4: AWS CloudWatch, Lambda, and TimescaleDB05 Next Steps

Ready to try Tiger Data?

See Tiger Data's performance for yourself.

Get started for free

Recommendations for Setting Up Your Architecture With AWS & TimescaleDB

A diagram showing the connection between your application and Timescale Cloud via VPC, all within AWS

Back to blog

Product & Engineering
Bob Boule

By Bob Boule

4 min read

Aug 02, 2024

Table of contents

01 AWS Architecture Choice #1: Timescale Cloud02 Architecture Choice #2: EC2 Instance03 Architecture Option #3: AWS Elastic Kubernetes Service via PostgreSQL Kubernetes Operators04 Option #4: AWS CloudWatch, Lambda, and TimescaleDB05 Next Steps

Copy as HTML

Open in ChatGPT

Open in Claude

Open in v0

Ready to try Tiger Data?

See Tiger Data's performance for yourself.

Get started for free

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 & ReleasesTimescaleDB

Sep 19, 2025

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

Read more

Introducing Phased Rollouts for Safer TimescaleDB Upgrades

Introducing Phased Rollouts for Safer TimescaleDB Upgrades

Announcements & ReleasesProduct & Engineering

Sep 11, 2025

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.

Read more

Stay updated with new posts and releases.

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

Share

Start a free trial