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/config/configuration.md
+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
@@ -31,7 +31,7 @@ Options that affect the core LocalStack system.
31
31
|`GATEWAY_LISTEN`|`0.0.0.0:4566` (default in Docker mode) `127.0.0.1:4566` (default in host mode) | Configures the bind addresses of LocalStack. It has the form `<ip address>:<port>(,<ip address>:<port>)*`. LocalStack Pro adds port `443`. |
32
32
|`LOCALSTACK_HOST`|`localhost.localstack.cloud:4566` (default) | This is interpolated into URLs and addresses that are returned by LocalStack. It has the form `<hostname>:<port>`. |
33
33
|`USE_SSL`|`0` (default) | Whether to return URLs using HTTP (`0`) or HTTPS (`1`). Changed with 3.0.0. In earlier versions this was toggling SSL support on or off. |
34
-
|`PERSISTENCE`|`0` (default) | Enable persistence. See [Persistence Mechanism]({{< ref "user-guide/state-management/persistence" >}}) and [Filesystem Layout]({{< ref "filesystem" >}}). |
34
+
|`PERSISTENCE`|`0` (default) | Enable persistence. See [Persistence Mechanism](/aws/capabilities/state-management/persistence) and [Filesystem Layout]({{< ref "filesystem" >}}). |
35
35
|`MAIN_CONTAINER_NAME`|`localstack-main` (default) | Specify the main docker container name |
36
36
|`LS_LOG`|`trace`, `trace-internal`, `debug`, `info`, `warn`, `error`, `warning`| Specify the log level. Currently overrides the `DEBUG` configuration. `trace` for detailed request/response, `trace-internal` for internal calls, too. |
37
37
|`EXTERNAL_SERVICE_PORTS_START`|`4510` (default) | Start of the [External Service Port Range]({{< ref "external-ports" >}}) (inclusive). |
@@ -364,17 +364,17 @@ Please check with your SMTP email service provider for the following settings.
364
364
365
365
## Persistence
366
366
367
-
To learn more about these configuration options, see [Persistence]({{< ref "user-guide/state-management/persistence" >}}).
367
+
To learn more about these configuration options, see [Persistence](/aws/capabilities/state-management/persistence).
368
368
369
369
| Variable | Valid options | Description |
370
370
| - | - | - |
371
371
|`SNAPSHOT_SAVE_STRATEGY`|`ON_SHUTDOWN`\|`ON_REQUEST`\|`SCHEDULED`\|`MANUAL`| Strategy that governs when LocalStack should make state snapshots |
372
372
|`SNAPSHOT_LOAD_STRATEGY`|`ON_STARTUP`\|`ON_REQUEST`\|`MANUAL`| Strategy that governs when LocalStack restores state snapshots |
373
-
|`SNAPSHOT_FLUSH_INTERVAL`| 15 (default) | The interval (in seconds) between persistence snapshots. It only applies to a `SCHEDULED` save strategy (see [Persistence Mechanism]({{< ref "user-guide/state-management/persistence" >}}))|
373
+
|`SNAPSHOT_FLUSH_INTERVAL`| 15 (default) | The interval (in seconds) between persistence snapshots. It only applies to a `SCHEDULED` save strategy (see [Persistence Mechanism](/aws/capabilities/state-management/persistence))|
374
374
375
375
## Cloud Pods
376
376
377
-
To learn more about these configuration options, see [Cloud Pods]({{< ref "user-guide/state-management/cloud-pods" >}}).
377
+
To learn more about these configuration options, see [Cloud Pods](/aws/capabilities/state-management/cloud-pods).
Copy file name to clipboardExpand all lines: src/content/docs/aws/capabilities/config/initialization-hooks.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
@@ -112,7 +112,7 @@ A common use case for init hooks is pre-seeding LocalStack with custom state.
112
112
For example if you want to have a certain S3 bucket or DynamoDB table created when starting LocalStack, init hooks can be very useful.
113
113
114
114
{{< callout "tip" >}}
115
-
If you have more complex states, [Cloud Pods]({{< ref "user-guide/state-management/cloud-pods" >}}) and [how to auto-load them on startup]({{< ref "user-guide/state-management/cloud-pods#auto-loading-cloud-pods" >}}) may be a good option to look into!
115
+
If you have more complex states, [Cloud Pods](/aws/capabilities/state-management/cloud-pods) and [how to auto-load them on startup]({{< ref "user-guide/state-management/cloud-pods#auto-loading-cloud-pods" >}}) may be a good option to look into!
116
116
{{< /callout >}}
117
117
118
118
To execute aws cli commands when LocalStack becomes ready,
0 commit comments