Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/content/docs/get-started/news/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,28 @@ import imgCreateCrossRegionBackupInTigerConsole from "../../../../assets/images/

<div class="changelog-page-toc">

## Support for private endpoints is now generally available on AWS and Azure

<ChangelogEntry
title="Support for private endpoints is now generally available on AWS and Azure"
date="2026-05-08"
tags={["new-feature","security"]}
>

<h2 slot="heading" class="changelog-entry__title">Support for private endpoints is now generally available on AWS and Azure</h2>

Support for private endpoints is now generally available on AWS and Azure across all Tiger Cloud supported regions. Connect your applications to Tiger Cloud over private network links to keep database traffic off the public internet and inside the trust boundary your security team already relies on.

- **AWS PrivateLink:** Reach Tiger Cloud services from your AWS VPC over the AWS private network, with no exposure to the public internet.
- **Azure Private Link:** Connect from your Azure VNet to Tiger Cloud over Microsoft's private backbone with the same private-by-default model.
- **All supported regions:** Available everywhere Tiger Cloud runs on AWS and Azure, with no regional gaps at GA.
- **Console-based setup:** Provision and manage private endpoints directly from Tiger Console — no manual networking configuration required.
- **Scale and Enterprise plans:** Included on the Scale and Enterprise pricing tiers.

For information on pricing, see https://www.tigerdata.com/pricing.

</ChangelogEntry>

## Cross-region restore is now available on Enterprise

<ChangelogEntry
Expand Down
Loading