Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Last active February 13, 2020 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/0e1f223ea1f05c1608b2a0ac018b10eb to your computer and use it in GitHub Desktop.
Save PaulDuvall/0e1f223ea1f05c1608b2a0ac018b10eb to your computer and use it in GitHub Desktop.
MyRDSInstanceRotationSecret:
Type: AWS::SecretsManager::Secret
Properties:
Description: 'This is my rds instance secret'
GenerateSecretString:
SecretStringTemplate: '{"username": "admin"}'
GenerateStringKey: 'password'
PasswordLength: 16
ExcludeCharacters: '"@/\'
Tags:
-
Key: AppName
Value: MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment