Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 20 characters
  • all numbers and capitol letters (A-Z)
  • no white spaces
  • found on aws site can be between 16 to 32 characters, but I think I misinterpreted this

Needs Pattern = yes

Code Block

Suggested Regular Expression = "^[0-9A-Z]{20}$"
secretKey

Logical Rules

  • letters, both lower and upper case
  • A to Z
  • numbers
  • random characters like + and /
  • 40 characters long
  • no white spaces

...