Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
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
17 changes: 2 additions & 15 deletions content/en/user-guide/web-application/accounts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,14 @@

## Creating an Account

You can either:
To create an account for LocalStack for AWS, please visit our [pricing page](https://www.localstack.cloud/pricing) and click on "Get Started for Free". Follow the prompts to fill out your information and remember to verify your email to continue.

Check failure on line 27 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing spaces

content/en/user-guide/web-application/accounts/index.md:27:247 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md

Check failure on line 27 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/web-application/accounts/index.md:27:150 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "r Free". Follo"] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

Check failure on line 27 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing spaces

content/en/user-guide/web-application/accounts/index.md:27:247 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md

Check failure on line 27 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/web-application/accounts/index.md:27:150 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "r Free". Follo"] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

- Sign up with GitHub, or
- Enter your email address and follow the prompts.

After submitting your email:

1. Select whether you're working on **commercial** or **personal** projects.
2. Fill in your first and last name.
3. (**Optional**) Add company, job title, and GitHub username.
4. Agree to the terms and conditions to continu
.

A verification link will be sent to your email.
Once verified, you can log in using your email or GitHub account.
All new users are granted a 14-day free Trial of our Ultimate tier with no commitment. At the end of your free trial period, you may select your preferred plan.

Check failure on line 29 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/web-application/accounts/index.md:29:85 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "mitment. At th"] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

Check failure on line 29 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Max 1 sentence should be on a line

content/en/user-guide/web-application/accounts/index.md:29:85 max-one-sentence-per-line Max 1 sentence should be on a line [Context: "mitment. At th"] https://github.com/aepfli/markdownlint-rule-max-one-sentence-per-line

> Terms: [localstack.cloud/legal/tos](https://www.localstack.cloud/legal/tos)
> Privacy Policy: [localstack.cloud/legal/privacy-policy](https://www.localstack.cloud/legal/privacy-policy)

<img src="account-signup-form.png" width="700px" alt="Account sign-up form" title="Sign-up screen">

Check failure on line 34 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Multiple consecutive blank lines

content/en/user-guide/web-application/accounts/index.md:34 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md

Check failure on line 34 in content/en/user-guide/web-application/accounts/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Multiple consecutive blank lines

content/en/user-guide/web-application/accounts/index.md:34 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md012.md
## Logging In

Once your account is activated, log in at [**app.localstack.cloud**](https://app.localstack.cloud) using your selected sign-in method.
Expand Down
Loading