Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ export default defineConfig({
collapsed: true,
items: [
{ label: "5-minute quickstart", link: "/get-started/quickstart/quickstart-5-minutes" },
{ label: "Create a Tiger Cloud account", link: "/get-started/quickstart/create-account" },
{ label: "Create a Tiger Cloud service", link: "/get-started/quickstart/create-service" },
{ label: "Supported regions", link: "/get-started/supported-regions" },
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Prerequisites.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import type { ReactNode } from "react";
* import { Prerequisites } from "@components/Prerequisites";
*
* <Prerequisites context="tutorial">
* - A [Tiger Cloud account](/get-started/quickstart/quickstart-5-minutes)
* - A [Tiger Cloud account](/get-started/quickstart/create-account)
* - [Python 3.9+](https://www.python.org/) installed
* </Prerequisites>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Type `SELECT CURRENT_DATE;` in the UI and click `Run`. The results appear in the

## Cloud {C.SQL_EDITOR} licenses

* **{C.SQL_EDITOR}**: free for anyone with a [{C.ACCOUNT_LONG}](/get-started/quickstart/create-service).
* **{C.SQL_EDITOR}**: free for anyone with a [{C.ACCOUNT_LONG}](/get-started/quickstart/create-account).
* **{C.DATA_MODE}**: the number of seats you are allocated depends on your [{C.PRICING_PLAN}](https://www.tigerdata.com/pricing#features).

[{C.SQL_ASSISTANT_SHORT}](#sql-assistant) is currently free for all users. In the future, limits or paid options may be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ In this tutorial, you learned how to:
<RelatedContentCard
title="Tiger Cloud"
description="Create and manage your Tiger Cloud service"
href="/deploy/tiger-cloud/get-started/quickstart/create-service"
href="/get-started/quickstart/create-service"
/>
<RelatedContentCard
title="Self-hosted TimescaleDB"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The {C.COMPANY} Terraform provider brings these benefits to {C.CLOUD_LONG}, lett
- **{C.COMPANY} Terraform provider:** The [official provider][terraform-provider] in the Terraform Registry (`timescale/timescale`) that lets you manage {C.SERVICE_LONG}s, {C.VPC} connections, and {C.READ_REPLICA}s.

<Prerequisites context="tutorial">
- A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-service)
- A [{C.ACCOUNT_LONG}](/get-started/quickstart/create-account)
- [Terraform installed][terraform-install] on your local machine
- Your [{C.PROJECT_LONG} ID](/integrate/find-connection-details#find-your-project-and-service-id) and [client credentials][generate-credentials]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ManagePricing from "../../../../../partials/_manage-pricing-plan.mdx";

<PricingPlansIntro />

If you create a {C.ACCOUNT_LONG} from AWS Marketplace, the pricing options are pay-as-you-go and annual commit. See [AWS pricing](#aws-marketplace-pricing) for details.
If you [create a {C.ACCOUNT_LONG} from AWS Marketplace](/get-started/quickstart/create-account), the pricing options are pay-as-you-go and annual commit. See [AWS pricing](#aws-marketplace-pricing) for details.

## Disaggregated, consumption-based compute and storage

Expand Down Expand Up @@ -67,4 +67,6 @@ region. This is because our cloud provider (AWS) prices infrastructure different
When you get {C.CLOUD_LONG} at AWS Marketplace, the following pricing options are available:

- **Pay-as-you-go**: your consumption is calculated at the end of the month and included in your AWS invoice. No upfront costs, standard {C.CLOUD_LONG} rates apply.
- **Annual commit**: your consumption is calculated at the end of the month ensuring predictable pricing and seamless billing through your AWS account. We confirm the contract terms with you before finalizing the commitment.
- **Annual commit**: your consumption is calculated at the end of the month ensuring predictable pricing and seamless billing through your AWS account. We confirm the contract terms with you before finalizing the commitment.

If you negotiate custom pricing or contract terms with {C.COMPANY}, you receive a private offer in AWS Marketplace. See [Accept an AWS Marketplace private offer](/get-started/quickstart/create-account#accept-an-aws-marketplace-private-offer).
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ManagePricing from "../../../../../partials/_manage-pricing-plan.mdx";

<PricingPlansIntro />

If you create a {C.ACCOUNT_LONG} from Azure Marketplace, the pricing options are pay-as-you-go and annual commit. See [Azure pricing](#azure-marketplace-pricing) for details.
If you [create a {C.ACCOUNT_LONG} from Azure Marketplace](/get-started/quickstart/create-account), the pricing options are pay-as-you-go and annual commit. See [Azure pricing](#azure-marketplace-pricing) for details.

## Disaggregated, consumption-based compute and storage

Expand Down
Loading
Loading