Skip to content

Commit c9d80db

Browse files
quetzalliwritesSimonWallnerclaude
authored
DOCS-345 (hotfix): Point sign-up links to marketing pricing page (#… (#769)
Co-authored-by: Simon Wallner <me@simonwallner.at> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 394bfc0 commit c9d80db

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/content/docs/aws/connecting/ides/vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The setup wizard ensures LocalStack is installed and configured for a seamless i
2121

2222
LocalStack can be installed either locally for the current user or globally for all users.
2323

24-
You can [start using LocalStack for free by signing up for a free account](https://app.localstack.cloud/sign-up?plan=free) or signing into an existing one. The setup wizard facilitates this process and configures your authentication token required to start LocalStack.
24+
You can [start using LocalStack for free by signing up for a free account](https://www.localstack.cloud/pricing) or signing into an existing one. The setup wizard facilitates this process and configures your authentication token required to start LocalStack.
2525

2626
The LocalStack Toolkit integrates seamlessly with AWS tools like the [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html). It automatically configures a dedicated `localstack` AWS profile in your `.aws/config` and `.aws/credentials` files, if one is not already present.
2727

src/content/docs/aws/developer-tools/lambda-tools/remote-debugging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This guide describes how to use the AWS Toolkit for VS Code to debug Lambda func
4747
* [AWS Toolkit for VS Code](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode) (>= v3.74)
4848
* [LocalStack Toolkit for VS Code](https://marketplace.visualstudio.com/items?itemName=LocalStack.localstack) (>= v1.2.0)
4949
* [Docker](https://www.docker.com/)
50-
* A valid LocalStack Auth Token. Sign up for a [free LocalStack account](https://app.localstack.cloud/sign-up).
50+
* A valid LocalStack Auth Token. Sign up for a [free LocalStack account](https://www.localstack.cloud/pricing).
5151
* A valid **auth token**
5252
* VS Code running on the **same machine** as LocalStack (container-based setups like Kubernetes are not yet supported).
5353

src/content/docs/aws/developer-tools/running-localstack/lstk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Running `lstk` with no arguments takes you through the entire startup flow autom
2525
## Prerequisites
2626

2727
- [Docker](https://docs.docker.com/get-docker/) installed and running.
28-
- A [LocalStack account](https://app.localstack.cloud/sign-up) with a [license](/aws/getting-started/auth-token/#managing-your-license), and `lstk` handles authentication for you (see [Authentication](#authentication)).
28+
- A [LocalStack account](https://www.localstack.cloud/pricing) with a [license](/aws/getting-started/auth-token/#managing-your-license), and `lstk` handles authentication for you (see [Authentication](#authentication)).
2929

3030
## Installation
3131

src/content/docs/aws/getting-started/auth-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Both the **Developer Auth Token** and **CI Auth Token** can be managed on the [A
3434
## Managing your License
3535

3636
To use LocalStack, a license is required.
37-
You can get a license by registering on the [LocalStack Web Application](https://app.localstack.cloud/sign-up).
37+
You can get a license by [signing up for a free LocalStack account](https://www.localstack.cloud/pricing).
3838
Choose between a 14-day trial or explore additional features with our paid offering.
3939
During the trial period, you are welcome to use all the features of LocalStack.
4040

src/content/docs/aws/getting-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ An internal SES LocalStack testing endpoint (`/_localstack/aws/ses`) is configur
3939
## Prerequisites
4040

4141
- [LocalStack CLI](/aws/getting-started/installation/#installing-localstack-cli)
42-
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up) & [Auth Token](/aws/getting-started/auth-token/)
42+
- [LocalStack account](https://www.localstack.cloud/pricing) & [Auth Token](/aws/getting-started/auth-token/)
4343
- [Docker](https://docs.docker.com/get-docker/)
4444
- [Python 3.11+](https://www.python.org/downloads/) & `pip`
4545
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) & [`awslocal` wrapper](/aws/connecting/aws-cli/#localstack-aws-cli-awslocal)

src/content/docs/aws/tutorials/aws-proxy-localstack-extension.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this tutorial, you will learn how to install the AWS Cloud Proxy extension an
3232
- [LocalStack CLI](/aws/getting-started/installation#localstack-cli) with [`LOCALSTACK_AUTH_TOKEN`](/aws/getting-started/auth-token)
3333
- [Docker](https://docs.docker.com/)
3434
- [AWS CLI](https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-install.html) with [`awslocal` wrapper](https://github.com/localstack/awscli-local)
35-
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up)
35+
- [LocalStack account](https://www.localstack.cloud/pricing)
3636
- [AWS Account](https://aws.amazon.com/) with an [`AWS_ACCESS_KEY_ID` & `AWS_SECRET_ACCESS_KEY`](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_CreateAccessKey)
3737

3838
## Install the AWS Cloud Proxy extension

src/content/docs/aws/tutorials/iam-policy-stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Additionally, it serves as a useful learning tool, helping users understand the
4545
- [Docker](https://docs.docker.com/get-docker/)
4646
- [Terraform](https://developer.hashicorp.com/terraform/install) & [`tflocal` wrapper](https://github.com/localstack/terraform-local)
4747
- [AWS](https://docs.aws.amazon.com/cli/v1/userguide/cli-chap-install.html) CLI with [`awslocal` wrapper](https://github.com/localstack/awscli-local)
48-
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up)
48+
- [LocalStack account](https://www.localstack.cloud/pricing)
4949
- [`jq`](https://jqlang.github.io/jq/download/)
5050

5151
## Architecture diagram

src/content/docs/azure/getting-started/auth-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To access it, you need a LocalStack account with **any active subscription**. Th
4444
During the private preview, Azure access is enabled manually and cannot be self-served:
4545

4646
- If you already have a LocalStack subscription (any type), [contact support](https://localstack.cloud/contact/) to have Azure access added.
47-
- If you don't have a LocalStack subscription yet, sign up for a [Hobby subscription](https://app.localstack.cloud/sign-up) and then [contact support](https://localstack.cloud/contact/) to have Azure access added.
47+
- If you don't have a LocalStack subscription yet, choose a [Hobby subscription](https://www.localstack.cloud/pricing) and then [contact support](https://localstack.cloud/contact/) to have Azure access added.
4848

4949
Once Azure access is enabled on your subscription, you can use the emulator with your Developer Auth Token or CI Auth Token, just like any other LocalStack product.
5050
:::

src/content/docs/snowflake/getting-started/auth-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Both the **Developer Auth Token** and **CI Auth Token** can be managed on the [A
3838
## Managing your License
3939

4040
To use the LocalStack for Snowflake emulator, a license with access to Snowflake is required.
41-
You can get a license by registering on the [LocalStack Web Application](https://app.localstack.cloud/sign-up) and starting a trial, or by exploring additional features with a paid offering.
41+
You can get a license by [signing up for a free LocalStack account](https://www.localstack.cloud/pricing) and starting a trial, or by exploring additional features with a paid offering.
4242

4343
After initiating your trial or acquiring a license, assign it to a user by following these steps:
4444

0 commit comments

Comments
 (0)