Managing secrets

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

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

All secret can be safely stored here.

Last updated

Was this helpful?