Skip to content

Commit 915c16a

Browse files
nerda-codesRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 070a44d commit 915c16a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tutorials/snapshot-instances-jobs/index.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
meta:
3-
title: Create snapshots of an Instance with Serverless Jobs and Scaleway CLI
4-
description: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and Scaleway CLI
3+
title: Create snapshots of an Instance with Serverless Jobs and the Scaleway CLI
4+
description: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and the Scaleway CLI
55
content:
6-
h1: Create snapshots of an Instance with Serverless Jobs and Scaleway CLI
7-
paragraph: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and Scaleway CLI
6+
h1: Create snapshots of an Instance with Serverless Jobs and the Scaleway CLI
7+
paragraph: This step-by-step tutorial will help you automate the creation of snapshots of your Instance using Serverless Jobs and the Scaleway CLI
88
tags: serverless jobs instance snapshot backup image disk storage cli
99
categories:
1010
- instances
@@ -15,7 +15,7 @@ dates:
1515
---
1616
[Scaleway Serverless Jobs](/serverless-jobs/quickstart/) allows you to create and automate recurring tasks. This tutorial will guide you through the process of creating snapshots of a [Scaleway Instance](/instances/quickstart/) on a recurring schedule using a Serverless Job.
1717

18-
Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not need autoscaling or exposure via a web server. Refer to the [differences between jobs, containers, and functions](/serverless-jobs/reference-content/difference-jobs-functions-containers/) for more information.
18+
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

2020
<Macro id="requirements" />
2121

@@ -29,13 +29,13 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
2929

3030
2. Click **Create job**. The job creation wizard displays.
3131

32-
3. For **Container Image**, select **External** and in **Image URL**, set: `scaleway/cli:latest`.
32+
3. For **Container Image**, select **External**, and in **Image URL**, set: `scaleway/cli:latest`.
3333

3434
4. Enter a name or use the automatically generated one.
3535

3636
5. Select the region in which your job will be created.
3737

38-
6. Keep default **resources** values, as this job requires little compute capability.
38+
6. Keep the default **resources** values, as this job requires little compute capability.
3939

4040
7. Set **cron schedule** to `0 2 * * *` and select the relevant time zone to run the job every day at 2:00 a.m. Refer to the [cron schedules documentation](/serverless-jobs/reference-content/cron-schedules/) for more information.
4141

@@ -46,7 +46,7 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
4646
- `SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
4747
- `SCW_DEFAULT_REGION`: concerned region.
4848

49-
For more details about variables used by `cli`, please refer to the [cli config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
49+
For more details about variables used by `cli`, refer to the [CLI config documentation](https://github.com/scaleway/scaleway-cli/blob/master/docs/commands/config.md).
5050

5151
9. In the **Execution** tab, define the desired command: `/scw block snapshot create volume-id=11111111-1111-1111-1111-111111111111` (replace the ID with your desired volume ID).
5252

@@ -67,7 +67,7 @@ This tutorial is a lightweight example of how to create recurring snapshots of a
6767

6868
## Additional resources
6969

70-
- [Serverless Jobs Documentation](/serverless-jobs/how-to/create-job/).
71-
- [Other methods to deploy Jobs](/serverless-jobs/reference-content/deploy-job/).
72-
- [API keys documentation](/iam/how-to/create-api-keys/).
73-
- [CRON schedule reference](/serverless-jobs/reference-content/cron-schedules/).
70+
- [Serverless Jobs Documentation](/serverless-jobs/how-to/create-job/)
71+
- [Other methods to deploy Jobs](/serverless-jobs/reference-content/deploy-job/)
72+
- [API keys documentation](/iam/how-to/create-api-keys/)
73+
- [CRON schedule reference](/serverless-jobs/reference-content/cron-schedules/)

0 commit comments

Comments
 (0)