From f48d8fc9aecac4c0fd764d82c311b973a96483e0 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 15 Oct 2024 06:59:43 +0400 Subject: [PATCH] updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0989e2b8cb4..668460187a7 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Prometheus, OpenTSDB, InfluxDB etc. - `aws_iam_users_mfa_serials.sh` - lists AWS users [MFA](https://aws.amazon.com/iam/features/mfa/) serial numbers (differentiates Virtual vs Hardware MFAs) - `aws_iam_users_pw_last_used.sh` - lists AWS users and their password last used date - `aws_ip_ranges.sh` - get all AWS IP ranges for a given Region and/or Service using the IP range API + - `aws_eks_cloudwatch_logs.sh` - enables and fetches AWS EKS Master logs via CloudWatch - `aws_eks_ssh_dump_logs.sh` - fetch system logs from EKS EC2 VMs (eg. for support debug requests by vendors) - `aws_kms_key_rotation_enabled.sh` - lists [AWS KMS](https://aws.amazon.com/kms/) keys and whether they have key rotation enabled - `aws_kube_creds.sh` - auto-loads all [AWS EKS](https://aws.amazon.com/eks/) clusters credentials in the current --profile and --region so your kubectl is ready to rock on AWS