You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/getting-started/auth-token.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ You have the option to run your LocalStack container in the background by append
97
97
The `localstack` CLI automatically detects the Auth Token and appropriately conveys it to the LocalStack container.
98
98
99
99
:::note
100
-
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image](https://docs.localstack.cloud/references/docker-images/#localstack-pro-image), which includes Pro services and several advanced features.
100
+
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image](aws/capabilities/config/docker-images/#localstack-pro-image), which includes Pro services and several advanced features.
101
101
:::
102
102
103
103
### Docker
@@ -113,7 +113,7 @@ $ docker run \
113
113
localstack/localstack-pro
114
114
```
115
115
116
-
For more information about starting LocalStack with Docker, take a look at our [Docker installation](https://docs.localstack.cloud/getting-started/installation/#docker) guide.
116
+
For more information about starting LocalStack with Docker, take a look at our [Docker installation](aws/getting-started/installation/#docker) guide.
117
117
118
118
### Docker Compose
119
119
@@ -134,7 +134,7 @@ Developer Auth Tokens cannot be used in CI.
134
134
CI Auth Tokens are available on the [Auth Tokens page](https://app.localstack.cloud/workspace/auth-tokens) and are configured similarly to Developer Auth Tokens.
135
135
136
136
To set the CI Auth Token, add the Auth Token value in the `LOCALSTACK_AUTH_TOKEN` environment variable of your CI provider, and refer to it when starting LocalStack in your CI workflow.
137
-
You can find detailed examples in our [LocalStack in CI documentation](https://docs.localstack.cloud/user-guide/ci/).
137
+
You can find detailed examples in our [LocalStack in CI documentation](/aws/integrations/continuous-integration/).
138
138
139
139
## Rotating the Auth Token
140
140
@@ -150,7 +150,7 @@ To rotate your Auth Token, go to the [Auth Token page](https://app.localstack.cl
150
150
## Licensing configuration & activation checkup
151
151
152
152
To avoid logging any licensing-related error messages, set `LOG_LICENSE_ISSUES=0` in your environment.
153
-
Refer to our [configuration guide](https://docs.localstack.cloud/references/configuration/#localstack-pro) for more information.
153
+
Refer to our [configuration guide](/aws/capabilities/config/configuration/#localstack-pro) for more information.
154
154
155
155
The simplest method to verify if LocalStack is active is by querying the health endpoint for a list of running services:
Copy file name to clipboardExpand all lines: src/content/docs/aws/getting-started/index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,12 @@ With LocalStack, you can run your AWS applications or Lambdas entirely on your l
11
11
12
12
Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
13
13
14
-
LocalStack supports a growing number of [AWS services]({{< ref "aws" >}}), like AWS [Lambda]({{< ref "user-guide/aws/lambda" >}}), [S3]({{< ref "user-guide/aws/s3" >}}), [DynamoDB]({{< ref "user-guide/aws/dynamodb" >}}), [Kinesis]({{< ref "user-guide/aws/kinesis" >}}), [SQS]({{< ref "user-guide/aws/sqs" >}}), [SNS]({{< ref "user-guide/aws/sns" >}}), and more!
14
+
LocalStack supports a growing number of [AWS services](/aws/)
15
+
, like AWS [Lambda](/aws/lambda), [S3](/aws/s3), [DynamoDB](/aws/dynamodb), [Kinesis](/aws/kinesis), [SQS](/aws/sqs), [SNS](/aws/sns), and more!
15
16
[LocalStack Pro](https://localstack.cloud/pricing) supports additional APIs and advanced features to make your cloud development experience a breeze!
16
17
17
-
You can find a comprehensive list of supported APIs on our [Feature Coverage]({{< ref "references/coverage" >}}) page.
18
+
You can find a comprehensive list of supported APIs on each AWS service page.
18
19
19
20
LocalStack also provides additional features to make your life as a cloud developer easier!
21
+
20
22
Check out LocalStack's [Cloud Developer Tools](/aws/tooling/).
#### The `localstack` CLI does not start the LocalStack container
432
432
433
433
If you are using the `localstack` CLI to start LocalStack, but the container is not starting, please check the following:
434
-
- Uncheck the **Use kernel networking for UDP** option in Docker Desktop (**Settings** → **Resources** → **Network**) or follow the steps in our [documentation](https://docs.localstack.cloud/user-guide/tools/dns-server/#system-dns-configuration) to disable it.
434
+
- Uncheck the **Use kernel networking for UDP** option in Docker Desktop (**Settings** → **Resources** → **Network**) or follow the steps in our [documentation](aws/tooling/dns-server/#system-dns-configuration) to disable it.
0 commit comments