Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit beddd96

Browse files
authored
add cloud pods overview details (#1571)
1 parent bc93bfd commit beddd96

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

content/en/references/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
357357
| `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. |
358358
| `POD_LOAD_CLI_TIMEOUT` | 60 (default) | Timeout in seconds to wait before returning from load operations on the Cloud Pods CLI |
359359
| `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 |
360361

361362
## Extensions
362363

469 KB
Loading

content/en/user-guide/state-management/cloud-pods/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ The LocalStack Web Application enables you to :
205205

206206
- Browse your Cloud Pods and access your version history.
207207
- Export & import Cloud Pods to and from LocalStack instances.
208+
- View Cloud Pods metadata, resources, regions, and version history.
208209

209210
### Browse Cloud Pods
210211

@@ -222,6 +223,25 @@ The Cloud Pods Browser provides the following functionalities:
222223
- **View Cloud Pod storage**: View the organization storage usage and user storage usage on top of the Cloud Pods Browser.
223224
- **Delete Cloud Pod**: Delete a Cloud Pod by selecting the Cloud Pod and navigating to the **Actions** button, followed by **Delete**.
224225

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.
241+
242+
<img src="cloud-pod-details.png" alt="Cloud Pods details" title="Cloud Pods details" width="900" />
243+
<br><br>
244+
225245
### Export & Import Cloud Pods
226246

227247
You can export and import your LocalStack infrastructure state as a Cloud Pod using the LocalStack Web Application.

0 commit comments

Comments
 (0)