Skip to content

Commit 607a04e

Browse files
SamyOubouazizRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent ce57f5f commit 607a04e

File tree

1 file changed

+7
-7
lines changed
  • tutorials/power-on-off-instances-jobs

1 file changed

+7
-7
lines changed

tutorials/power-on-off-instances-jobs/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: Power on and off your Instance with Serverless Jobs and the Scaleway CLI
3+
title: Power your Instance on and off with Serverless Jobs and the Scaleway CLI
44
description: This step-by-step tutorial will help you automate the startup and shutdown of your Instance using Serverless Jobs and the Scaleway CLI
55
content:
6-
h1: Power on and off your Instance with Serverless Jobs and the Scaleway CLI
6+
h1: Power your Instance on and off with Serverless Jobs and the Scaleway CLI
77
paragraph: This step-by-step tutorial will help you automate the startup and shutdown of your Instance using Serverless Jobs and the Scaleway CLI
88
tags: serverless jobs instance cli turn on off power start stop reboot
99
categories:
@@ -13,7 +13,7 @@ dates:
1313
validation: 2025-06-09
1414
posted: 2025-06-09
1515
---
16-
[Scaleway Serverless Jobs](/serverless-jobs/quickstart/) allows you to create and automate recurring tasks. This tutorial will guide you through the process of powering on and off a [Scaleway Instance](/instances/quickstart/) on a recurring schedule using a Serverless Job.
16+
[Scaleway Serverless Jobs](/serverless-jobs/quickstart/) allows you to create and automate recurring tasks. This tutorial will guide you through the process of powering a [Scaleway Instance](/instances/quickstart/) on and off, on a recurring schedule using a Serverless Job.
1717

1818
Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not need autoscaling or exposure via a web server. Refer to the [documentation on differences between jobs, containers, and functions](/serverless-jobs/reference-content/difference-jobs-functions-containers/) for more information.
1919

@@ -46,7 +46,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
4646
- `SCW_SECRET_KEY`: your API secret key.
4747
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
4848
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
49-
- `SCW_DEFAULT_REGION`: concerned region.
49+
- `SCW_DEFAULT_REGION`: the preferred region.
5050

5151
<Message type="note">
5252
We recommend using Secret Manager to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
@@ -83,7 +83,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
8383
- `SCW_SECRET_KEY`: your API secret key.
8484
- `SCW_DEFAULT_PROJECT_ID`: your Project ID.
8585
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
86-
- `SCW_DEFAULT_REGION`: concerned region.
86+
- `SCW_DEFAULT_REGION`: the preferred region.
8787

8888
<Message type="note">
8989
We recommend using Secret Manager to store the `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
@@ -101,7 +101,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
101101

102102
## Testing the jobs
103103

104-
According to the current state of your Instance, Run either the **Power on** or **Power off** job first.
104+
According to the current state of your Instance, run either the **Power on** or **Power off** job first.
105105

106106
From the **Overview** tab of each Serverless job you just created, click **Actions**, then select **Run job** from the contextual menu.
107107

@@ -113,7 +113,7 @@ This tutorial is a lightweight example of how to manage the power cycle of an In
113113
- Using it to manage all your Instances' power cycles
114114
- Using Jobs to create [snapshots of your Instances](/tutorials/snapshot-instances-jobs/)
115115
- Setting up an alerting system in case of unexpected behavior
116-
- Explore [scaleway/serverless-examples repository](https://github.com/scaleway/serverless-examples) for advanced automation examples
116+
- Exploring [scaleway/serverless-examples repository](https://github.com/scaleway/serverless-examples) for advanced automation examples
117117

118118
## Additional resources
119119

0 commit comments

Comments
 (0)