Skip to content

Commit 1fa4930

Browse files
add note
1 parent f3de2e5 commit 1fa4930

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/snapshot-instances-jobs/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ 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+
<Message type="note">
50+
It's recommended to use Secret Manager to store `SCW_ACCESS_KEY` and `SCW_SECRET_KEY`.
51+
</Message>
52+
4953
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).
5054

5155
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
6468
- Using it to manage all your Instances' snapshots
6569
- Creating backups of your storage disks
6670
- 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
6772

6873
## Additional resources
6974

0 commit comments

Comments
 (0)