Create a secret

aws secretsmanager

  • Store, manage, and retrieve secrets.
    More information: <https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

aws secretsmanager create-secret --name {{name}} --description "{{secret_description}}" --secret-string {{secret}}

click the source code to copy install aws secretsmanager on any operating system with command-not-found.com