Amazon Web Services (AWS) Access Keys are long-term credentials for an IAM user or the AWS account root user. Access keys contain two parts: an access key ID (such as AKIAIOSFODNN7EXAMPLE) and a secret access key (such as wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY).
Validator
No validation
Matched expressions
You must use both the access key ID and secret access key to authenticate requests.
Regex expressions | Description | Score |
|---|---|---|
| Matches a string that begins with AKIA followed by 16 alphanumeric characters in uppercase. | 1 |
| Matches a 40-character long alphanumeric string that begins with a number or an uppercase or lowercase alphabetical character [a-z or A-Z] along with symbols [/, +, =]. | 1 |
Ignored expressions
None