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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/references/configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -357,6 +357,7 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
357
357
|`AUTO_LOAD_POD`|| Comma-separated list of Cloud Pods to be automatically loaded at startup time. This feature is disabled when snapshot persistence is set via the `PERSISTENCE` variable. |
358
358
|`POD_LOAD_CLI_TIMEOUT`| 60 (default) | Timeout in seconds to wait before returning from load operations on the Cloud Pods CLI |
359
359
|`POD_ENCRYPTION`|`0` (default) \|`1`| Whether to encrypt the Cloud Pods artifacts at rest. |
360
+
|`ENABLE_POD_RESOURCES=1`|`0` (default) \|`1`| Whether to save a detailed Stack Overview including available resources for the Cloud Pod |
Copy file name to clipboardExpand all lines: content/en/user-guide/state-management/cloud-pods/index.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,7 @@ The LocalStack Web Application enables you to :
205
205
206
206
- Browse your Cloud Pods and access your version history.
207
207
- Export & import Cloud Pods to and from LocalStack instances.
208
+
- View Cloud Pods metadata, resources, regions, and version history.
208
209
209
210
### Browse Cloud Pods
210
211
@@ -222,6 +223,25 @@ The Cloud Pods Browser provides the following functionalities:
222
223
-**View Cloud Pod storage**: View the organization storage usage and user storage usage on top of the Cloud Pods Browser.
223
224
-**Delete Cloud Pod**: Delete a Cloud Pod by selecting the Cloud Pod and navigating to the **Actions** button, followed by **Delete**.
224
225
226
+
### View Cloud Pods metadata
227
+
228
+
You can view Cloud Pods metadata by selecting any Cloud Pod in the [Cloud Pods Browser](https://app.localstack.cloud/pods).
229
+
The metadata includes details such as:
230
+
231
+
- The user who created the Cloud Pod
232
+
- The creation timestamp
233
+
- The LocalStack version used to create the Cloud Pod
234
+
- The size of the Cloud Pod
235
+
- The service resources contained in the Cloud Pod
236
+
237
+
You can view detailed information within a Cloud Pod, including available resources, categorized services with configurations, and quick access to resource identifiers and endpoints—all without loading the Cloud Pod into your LocalStack runtime.
238
+
239
+
To save metadata with resource details in the Cloud Pod, ensure your LocalStack container is running and save the Cloud Pod with `ENABLE_POD_RESOURCES=1`.
240
+
Cloud Pods saved without this configuration enabled will not display granular details.
0 commit comments