Document AWS Marketplace private offer signup - #456
Open
atovpeko wants to merge 1 commit into
Open
Conversation
Split account creation out of the create-service page into its own Create a Tiger Cloud account page, and document how to accept an AWS Marketplace private offer there. - New get-started/quickstart/create-account with three tabs: Tiger Cloud, AWS Marketplace, Azure Marketplace. The AWS tab covers the public offer flow and the private offer flow (accept in AWS, then link the subscription to a project), with 8 screenshots and AWS billing notes. - create-service: account section removed, tabs dropped (the AWS and Azure tabs were identical apart from one clause), account prerequisite added. - Delete _cloud-installation.mdx, _cloud-installation-azure.mdx, and _start-using-cloud-azure.mdx; fold the Azure-only clause into _start-using-cloud.mdx. - Repoint account-creation links across the docs at the new page. - Fix two broken links: a Learn more card pointing at a nonexistent /deploy/tiger-cloud/get-started/... path, and a REST API link pointing at the retired quickstart/cli-rest-api route.
✅ Checklist CompleteThank you for taking the time to properly review your PR! All checklist items are complete. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Documents how to accept a Tiger Data private offer on AWS Marketplace, from the working doc shared by Parks and Matheus. Customers were missing the step that associates their project with the AWS offer, which caused billing questions.
Account creation is split out of the create-service page into its own Create a Tiger Cloud account page, as discussed in the Slack thread:
get-started/quickstart/create-account: short intro, then three flat tabs (Tiger Cloud,AWS Marketplace,Azure Marketplace), each holding what used to be on that tab. The AWS tab now has two sections:Subscribe to an AWS Marketplace public offer(the existing self-serve flow) andAccept an AWS Marketplace private offer(new: prerequisites, accept the offer in AWS, link the offer to your project, AWS billing notes), with 8 screenshots.create-service: the account section is gone and links to the new page. TheTiger Cloud on AWSandTiger Cloud on Azuretabs were identical apart from one clause in the roadmap partial, so the tabs are dropped in favour of a single linear flow. This also de-duplicates the#create-a-serviceand#connect-to-your-serviceanchors, which previously rendered twice. An account prerequisite is added underCreate a service._cloud-installation.mdx,_cloud-installation-azure.mdx, and_start-using-cloud-azure.mdx(all now unused); the Azure-only clause is folded into_start-using-cloud.mdxso it is accurate for both providers.run-queries-from-tiger-console,create-services-with-terraform,quickstart-5-minutes, thePrerequisitescomponent docstring example, and the AWS and Azure billing pages, which mentioned creating an account without linking anywhere).aggregate-organizational-data-with-aipointed at/deploy/tiger-cloud/get-started/quickstart/create-service, which does not exist, and a link labelled "Tiger Cloud REST API" infind-connection-detailspointed at the retiredquickstart/cli-rest-apiroute (whose redirect lands on the CLI page, not the REST API page).Two things worth a reviewer's attention:
overridesandExperimentsdev overlays, and a trial-ended banner. A re-shoot in a clean project is a follow-up.Timescale Cloud, and sellerTimescale, Inc., while the prose says Tiger Cloud. Left as-is on the basis that the listing is now Tiger Cloud and the screenshots are stale.Affected pages
/build/data-management/run-queries-from-tiger-console
/build/examples/aggregate-organizational-data-with-ai
/build/examples/create-services-with-terraform
/deploy/tiger-cloud/tiger-cloud-aws/pricing-and-account-management
/deploy/tiger-cloud/tiger-cloud-azure/pricing-and-account-management
/get-started/quickstart/create-account
/get-started/quickstart/create-service
/get-started/quickstart/mcp-cli
/get-started/quickstart/quickstart-5-minutes
/get-started/quickstart/rest-api
/integrate/find-connection-details
🧪 Component kitchen sink — check for visual regressions if you changed components, styles, or dependencies.
Related Issues
Issue: EDU-633
Checklist before requesting a review