is there anyway to enforce strong SQL passwords for Redshift users ?

0

we need stronger SQL passwords for our Redshift users.Any way to force stronger password policy?Like min length etc.

AWS
asked a year ago448 views
2 Answers
1

Out of the box, Redshift has following requirement for Redshift user password

Password Complexity: - Passwords must be at least 8 characters long. – Passwords must contain at least one uppercase letter, one lowercase letter, and one number.

Please refer following document for additional parameters detail. https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html#r_CREATE_USER-parameters

AWS
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile pictureAWS
EXPERT
reviewed a year ago
1

Hi,

For the admin password, you can manage it with Secret Manager with automated rotation.

See https://medium.com/@binishaj/aws-redshift-password-rotation-using-secrets-manager-with-key-management-service-kms-92bcd4857b9b

Best,

Didier

profile pictureAWS
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions