🦩
Highlights
Pinned Loading
-
This script will cleanup your AWS Ta...
This script will cleanup your AWS Target groups that does not associated to ALB and does not have targets 1#!/bin/bash
23# Get a list of all target groups
4target_groups=$(aws elbv2 describe-target-groups --query 'TargetGroups[*].TargetGroupArn' --output text)
5 -
List all pods on specific node group...
List all pods on specific node group in Kubernetes 1#!/bin/bash
23NODES=$(kubectl get nodes -o json -l eks.amazonaws.com/nodegroup=ng-1 | jq -r '.items[].metadata.name')
45total_count=0
-
This is AWS CLI script to find all A...
This is AWS CLI script to find all AWS EC2 ENI's with public IP and allow 0.0.0.0/0 to it 1#!/bin/bash
23# Get all ENIs with external addresses
4enis=$(aws ec2 describe-network-interfaces --query 'NetworkInterfaces[?Association.PublicIp].NetworkInterfaceId' --output text)
5 -
Remove all failed Github Action of a...
Remove all failed Github Action of a repository bash script 1#!/bin/bash
23REPO_OWNER="org-name or username"
4REPO_NAME="repo-name"
5TOKEN="gho_xxxxxxxxxxxxxxx"
-
This is a Docker compose example for...
This is a Docker compose example for Kafka 3.4 without Zookeeper, with Kafka UI 1version: '3.8'
23services:
4kafka:
5image: confluentinc/confluent-local:7.4.1 # This version is Kafka 3.4
-
aws-cloudfront-logs-opensearch
aws-cloudfront-logs-opensearch PublicThis is a docker compose example on how to parse Cloudfront access logs to Opensearch
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.