> For the complete documentation index, see [llms.txt](https://tutorial.specian.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorial.specian.co.uk/devops/aws/managing-secrets.md).

# Managing secrets

Go `AWS Systems Manager` and scroll down to `Shared Resources` > `Parameter Store` then click `Create parameter`.

![](https://2559875260-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnRxZ2gbXvMdM70TAFz%2F-LrJ2WzCFpO92s9Tcutp%2F-LrJ38ydGken6tUiyn3V%2Fimage.png?alt=media\&token=baea8144-fe76-4a89-9be8-e2ea21380a52)

You need to pick a consistent format for your parameter names. I recommend using: `/<app_name>/<stage>/<variable_name>`.

![](https://2559875260-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnRxZ2gbXvMdM70TAFz%2F-LrJ2WzCFpO92s9Tcutp%2F-LrJ49ItW0garieeuI-N%2Fimage.png?alt=media\&token=54f94b31-1555-45db-9323-c61b8ff47dde)

All secret can be safely stored here.
