- Founder: Abdullah Khawer (LinkedIn: https://www.linkedin.com/in/abdullah-khawer/)
This repository has various helper scripts related to DevOps and AWS.
- Terraform
- wait_for_aws_ec2_instance_to_be_running_and_ready.tf
- Purpose: Terraform template to wait for an AWS EC2 instance to be running and complete status checks.
- wait_for_aws_ec2_instance_to_be_running_and_ready.tf
- Shell
- get-latest-compatible-aws-eks-addon-version.sh
- Purpose: Shell script to fetch the latest compatible version of all the AWS EKS Add-ons installed on the AWS EKS cluster for a specific Kubernetes version.
- print-all-aws-ssm-parameters-values.sh
- Purpose: Shell script to fetch all the AWS SSM parameters from Parameter Store and print their decrypted values.
- gitlab-add-members-from-one-repo-to-another.sh
- Purpose: Shell script for GitLab to fetch all members from one repository and add them to another repository except the blocked members.
- get-latest-compatible-aws-eks-addon-version.sh