Skip to content

Commit

Permalink
update(platform): add ip cost warning to the service termination doc (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota authored Feb 29, 2024
1 parent 4fcc7aa commit 3a1760c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/platform/concepts/static-ips.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ The `static_ip` configuration can only be enabled when enough static IP
addresses have been created and associated with the service.
:::

:::important
Static IP addresses are not disassociated/ deleted when a service is powered off or
deleted. They continue to generate the usual costs.
:::
import StaticIp from "@site/static/includes/static-ip-cost-warning.md";

<StaticIp/>
5 changes: 5 additions & 0 deletions docs/platform/howto/pause-from-cli.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
title: Pause or terminate your service
sidebar_label: Pause or terminate service
---

Cloud services can be created, paused, or destroyed as needed, to optimize costs. For example, you can power the service off temporarily to save credits.

import StaticIp from "@site/static/includes/static-ip-cost-warning.md";

<StaticIp/>

You can update the state of your service either through the service
overview page in [Aiven Console](https://console.aiven.io) or by using
Aiven command line interface:
Expand Down
5 changes: 5 additions & 0 deletions static/includes/static-ip-cost-warning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:::important
Static IP addresses are not disassociated/deleted when a service is powered off or
deleted. They continue to generate the usual costs. To remove static IP addresses, see
[Manage static IP addresses](/docs/platform/howto/static-ip-addresses).
:::

0 comments on commit 3a1760c

Please sign in to comment.