Skip to content

Commit 7e549bb

Browse files
committed
updated aws_users_access_key_age.py
1 parent 64dc96d commit 7e549bb

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

aws_users_access_key_age.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,21 @@
2424
2525
Status is usually Active
2626
27-
See also:
27+
Uses Boto, read here for the list of ways to configure your AWS credentials:
28+
29+
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html
2830
29-
aws_users_access_key_age.sh - similar version in the adjacent DevOps Bash Tools repo
30-
- https://github.com/harisekhon/devops-bash-tools
31+
See also:
3132
3233
This version adds date parsing for finding keys older than a given time for enforcing periodic key rotation policies
3334
35+
aws_users_access_key_age.sh - similar version in the adjacent DevOps Bash Tools repo
36+
- https://github.com/harisekhon/devops-bash-tools
37+
3438
Advanced Nagios Plugins (https://github.com/harisekhon/nagios-plugins)
3539
36-
check_aws_access_keys_age.py
37-
check_aws_access_keys_disabled.py
40+
check_aws_access_keys_age.py
41+
check_aws_access_keys_disabled.py
3842
3943
"""
4044

0 commit comments

Comments
 (0)