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/capabilities/web-app/accounts.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,13 @@ This token is used to authenticate your requests to the LocalStack platform and
24
24
25
25
## Creating an Account
26
26
27
-
You can either:
27
+
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".
28
28
29
-
- Sign up with GitHub, or
30
-
- Enter your email address and follow the prompts.
29
+
Follow the prompts to fill out your information and remember to verify your email to continue.
31
30
32
-
After submitting your email:
31
+
All new users are granted a 14-day free Trial of our Ultimate tier with no commitment.
33
32
34
-
1. Select whether you're working on **commercial** or **personal** projects.
35
-
2. Fill in your first and last name.
36
-
3. (**Optional**) Add company, job title, and GitHub username.
37
-
4. Agree to the terms and conditions to continue.
38
-
39
-
A verification link will be sent to your email.
40
-
Once verified, you can log in using your email or GitHub account.
33
+
At the end of your free trial period, you may select your preferred plan.
Copy file name to clipboardExpand all lines: src/content/docs/aws/capabilities/web-app/instance-management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,6 @@ Tools like [simpleproxy](https://manpages.ubuntu.com/manpages/trusty/man1/simple
49
49
Alternatively, you can direct `localhost.localstack.cloud` to your target machine's IP address by modifying the `/etc/hosts` file, which is useful if you’re using the LocalStack Web UI on a macOS or Linux-based machine.
50
50
51
51
:::note
52
-
To bind to a custom IP address and port, configure the ['GATEWAY_LISTEN' configuration variable](https://docs.localstack.cloud/references/configuration/#core).
53
-
For troubleshooting, refer to the [network troubleshooting guide](https://docs.localstack.cloud/references/network-troubleshooting/).
52
+
To bind to a custom IP address and port, configure the ['GATEWAY_LISTEN' configuration variable](/aws/capabilities/config/configuration/#core).
53
+
For troubleshooting, refer to the [network troubleshooting docs](/aws/capabilities/networking/).
Copy file name to clipboardExpand all lines: src/content/docs/aws/capabilities/web-app/resource-browser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ It provides an internal, integrated experience, similar to the AWS Management Co
15
15
16
16
The Resource Browser provide an experience similar to the AWS Management Console.
17
17
However, the Resource Browser is not a replacement for the AWS Management Console and only replicate some of the features of the AWS Management Console.
18
-
We recommend using our [integrations](https://docs.localstack.cloud/user-guide/integrations/) to create your resources, with the Resource Browser being used for quick viewing and management of your resources.
18
+
We recommend using our [integrations](/aws/integrations/) to create your resources, with the Resource Browser being used for quick viewing and management of your resources.
19
19
20
20
The LocalStack Web Application connects to your LocalStack container and retrieves the information about your local resources directly via `localhost` without using the internet.
21
21
None of the information is sent to the internet, or stored on any external servers maintained by LocalStack.
This application enables serverless image resizing using [S3](https://docs.localstack.cloud/user-guide/aws/s3/), [SSM](https://docs.localstack.cloud/user-guide/aws/ssm/), [Lambda](https://docs.localstack.cloud/user-guide/aws/lambda/), [SNS](https://docs.localstack.cloud/user-guide/aws/sns/), and [SES](https://docs.localstack.cloud/user-guide/aws/ses/).
107
+
This application enables serverless image resizing using [S3](/aws/services/s3/), [SSM](/aws/services/ssm/), [Lambda](/aws/services/lambda/), [SNS](aws/services/sns/), and [SES](/aws/services/ses/).
108
108
A simple web interface allows users to upload and view resized images.
109
109
A Lambda function generates S3 pre-signed URLs for direct uploads, while S3 bucket notifications trigger image resizing.
110
110
Another Lambda function lists and provides pre-signed URLs for browser display.
@@ -127,7 +127,7 @@ deployment/awslocal/deploy.sh
127
127
Alternatively, you can follow these instructions to deploy the sample application manually step-by-step.
128
128
129
129
:::tip
130
-
In absence of the `awslocal` wrapper, you can use the `aws` CLI directly, by configuring an [endpoint URL](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#configuring-an-endpoint-url) or a [custom profile](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#configuring-a-custom-profile) like `localstack`.
130
+
In absence of the `awslocal` wrapper, you can use the `aws` CLI directly, by configuring an [endpoint URL](/aws/integrations/aws-native-tools/aws-cli/#configuring-an-endpoint-url) or a [custom profile](/aws/integrations/aws-native-tools/aws-cli/#configuring-a-custom-profile) like `localstack`.
131
131
You can then swap `awslocal` with `aws --endpoint-url=http://localhost:4566` or `aws --profile=localstack` in the commands below.
0 commit comments