Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Nov 14, 2023
1 parent 4e0de12 commit eb72ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/en/academy/localstack-101/lesson-7/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Witness firsthand how they empower developers in various scenarios, especially f
<br/>
Further reading:

- [Cloud Pods Documentation](https://docs.localstack.cloud/user-guide/cloud-pods/)
- [Cloud Pods Browser](https://docs.localstack.cloud/user-guide/web-application/cloud-pods-browser/)
- [Cloud Pods Documentation]({{< ref "user-guide/cloud-pods" >}})
- [Cloud Pods Browser]({{< ref "user-guide/cloud-pods/cloud-pods-browser/" >}})
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ description: >
[The Cloud Pods Browser](https://app.localstack.cloud/pods) lets you access and manage all your Cloud Pods. The Cloud Pods Browser is a feature of our LocalStack Web Application that is exclusive to **LocalStack Team & Enterprise users**.

With Cloud Pods, you can have individual or shared ownership of a snapshot of your LocalStack instance.
The LocalStack CLI allows you to create new Cloud Pods and configure their [visibility settings](https://docs.localstack.cloud/user-guide/cloud-pods/pods-cli/#save).
The LocalStack CLI allows you to create new Cloud Pods and configure their [visibility settings]({{< ref "user-guide/cloud-pods/pods-cli/#save" >}}).

<img src="cloud-pods-browser.png" alt="LocalStack Web Application's Cloud Pods Browser outlining various saved Clod Pods" title="Cloud Pods Browser" width="900" />

## Usage

You can use [Cloud Pods](https://docs.localstack.cloud/user-guide/cloud-pods/) to manage your local AWS infrastructure and collaborate with others:
You can use [Cloud Pods]({{< ref "user-guide/cloud-pods/" >}}) to manage your local AWS infrastructure and collaborate with others:

- Cloud Pods are accessible to all LocalStack Team users in your organization namespace. Public Cloud Pods are accessible to all LocalStack users.
- Cloud Pods version history is available, which allows you to view the version history of a Cloud Pod and access previous versions of specific Cloud Pods.
- Cloud Pods can be made public, injected into a running LocalStack container, or deleted - all from the LocalStack Web Application.

{{< alert title="Warning" color="warning">}}
LocalStack Pro users cannot access the Cloud Pods Browser. Community & Pro users can use the [Community Cloud Pods](https://docs.localstack.cloud/user-guide/cloud-pods/community/) and save their Cloud Pods locally or share them via a GitHub/GitLab repository. The [Cloud Pods launchpad](https://docs.localstack.cloud/user-guide/cloud-pods/launchpad/) can be used to inject a Cloud Pod into a running LocalStack container through a simple click.
LocalStack Pro users cannot access the Cloud Pods Browser. Community & Pro users can use the [Community Cloud Pods]({{< ref "user-guide/cloud-pods/community" >}}) and save their Cloud Pods locally or share them via a GitHub/GitLab repository. The [Cloud Pods launchpad]({{< ref "user-guide/cloud-pods/launchpad" >}}) can be used to inject a Cloud Pod into a running LocalStack container through a simple click.
{{< /alert >}}

## Access the version history
Expand All @@ -31,7 +31,7 @@ To view the version history of a Cloud Pod, click on the Cloud Pod's name in the

<img src="cloud-pods-version-history.png" alt="LocalStack Web Application's Cloud Pods Browser outlining the versions of the Clod Pod" title="Cloud Pods Browser displaying the version history of the Cloud Pod" width="900" />

To create a new version of a Cloud Pod, refer to the [Cloud Pods CLI](https://docs.localstack.cloud/user-guide/cloud-pods/pods-cli/#save) documentation.
To create a new version of a Cloud Pod, refer to the [Cloud Pods CLI]({{< ref "user-guide/cloud-pods/pods-cli/#save" >}}) documentation.

## Save a Cloud Pod

Expand Down

0 comments on commit eb72ca2

Please sign in to comment.