You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/snapshot-instances-jobs/index.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ Serverless Jobs are perfectly adapted for these autonomous tasks, as we do not n
46
46
-`SCW_DEFAULT_ORGANIZATION_ID`: your Organization ID.
47
47
-`SCW_DEFAULT_REGION`: concerned region.
48
48
49
+
<Messagetype="note">
50
+
It's recommended to use Secret Manager to store `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
51
+
</Message>
52
+
49
53
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).
50
54
51
55
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).
@@ -64,6 +68,7 @@ This tutorial is a lightweight example of how to create recurring snapshots of a
64
68
- Using it to manage all your Instances' snapshots
65
69
- Creating backups of your storage disks
66
70
- Setting up an alerting system in case of unexpected behavior
71
+
- Explore [scaleway/serverless-examples repository](https://github.com/scaleway/serverless-examples) for advanced automation examples
0 commit comments