Skip to content

Commit

Permalink
add cloud pods overview details
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 22, 2024
1 parent bc93bfd commit 3493c2a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/en/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ To learn more about these configuration options, see [Cloud Pods]({{< ref "user-
| `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. |
| `POD_LOAD_CLI_TIMEOUT` | 60 (default) | Timeout in seconds to wait before returning from load operations on the Cloud Pods CLI |
| `POD_ENCRYPTION` | `0` (default) \| `1` | Whether to encrypt the Cloud Pods artifacts at rest. |
| `ENABLE_POD_RESOURCES=1` | `0` (default) \| `1` | Whether to save a detailed Stack Overview including available resources for the Cloud Pod |

## Extensions

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions content/en/user-guide/state-management/cloud-pods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ The LocalStack Web Application enables you to :

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

### Browse Cloud Pods

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

### View Cloud Pods metadata

You can view Cloud Pods metadata by selecting any Cloud Pod in the [Cloud Pods Browser](https://app.localstack.cloud/pods).
The metadata includes details such as:

- The user who created the Cloud Pod
- The creation timestamp
- The LocalStack version used to create the Cloud Pod
- The size of the Cloud Pod
- The service resources contained in the Cloud Pod

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.

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`.
Cloud Pods saved without this configuration enabled will not display granular details.

<img src="cloud-pod-details.png" alt="Cloud Pods details" title="Cloud Pods details" width="900" />
<br><br>

### Export & Import Cloud Pods

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

0 comments on commit 3493c2a

Please sign in to comment.