Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/images/aws/credit-consumption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/aws/ephemeral-instance-creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/aws/ephemeral-instance-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/aws/localstack-ephemeral-instance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/aws/shutdown-ephemeral-instance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ You can view the logs of the Ephemeral Instance by navigating to the **Logs** ta

### Shut Down the Ephemeral Instance

You can shut down the instance by navigating to the [Ephemeral Instances page](https://app.localstack.cloud/instances/ephemeral) and clicking on the **Shut Down** button.
Open the Ephemeral Instance in the LocalStack Web Application.
Click the three-dot menu next to the instance endpoint in the upper-left corner, then select **Shut down**.

![Shutdown the LocalStack Ephemeral Instanc](/images/aws/shutdown-ephemeral-instance.png)
![Shut down the LocalStack Ephemeral Instance](/images/aws/shutdown-ephemeral-instance.png)

:::danger
Ephemeral Instances, by default, are created with the latest version of LocalStack.
Expand Down
Loading