acantril / aws-sa-pro

Course Files for AWS Certified Solutions Architect - Professional - Adrian Cantrill
MIT License
737 stars 505 forks source link

Strong Password for Bob User Enforcement #4

Closed ghostcodekc closed 3 years ago

ghostcodekc commented 4 years ago

Updated password pattern for bob user to correspond with IAM best practice password policy and included a constraint description if the user does not meet the password policy requirements. Before it would just say "does not meet AllowedPattern: ^[a-zA-Z0-9]*$" not necessarily telling the user what the actual problem is in plain english.

Password Policy: Minimum eight characters, at least one uppercase letter, one lowercase letter, one number and one special character

Resolves #3

acantril commented 4 years ago

so the issue here is that at the point in the course where this happens - there should be no password policy. anyone having this error is not following the course structure and is using preexisting accounts , not brand new ones. At this stage, it feels like this is almost a check on that.