Step-by-step guide to manually enable model access for Anthropic Claude 3 in AWS Bedrock, with screenshots and notes for personal use.
How a simple bucket name reuse led to a frustrating hour of debugging in Terraform.
DevContainer feature for Amazon Q CLI to streamline setup. Inspired by a kiwi-themed memory game.
A Kiwi-themed memory game built with Amazon Q CLI - fully browser-based, offline-ready, and culturally inspired.
Connect GitHub Actions to AWS securely using OIDC, no static credentials needed.
Learn how to configure and use AWS SSO (IAM Identity Center) from your CLI using the `aws configure sso` command
Step-by-step guide to configure AWS IAM Identity Center for secure, free console access without using IAM users or root account.
Clear steps to enable Fluent Bit logging on Amazon EKS with Fargate using native Kubernetes resources and CloudWatch.
End-to-end guide for publishing Terraform modules, providers, or functions to the public Terraform Registry using GitHub.
Learn how to create a powerful GitHub profile README that highlights your projects, tools, and automations. See how `jajera` uses it to showcase real-world cloud-native workflows.
Learn how to use AWS Lambda@Edge to run serverless functions closer to users with Terraform examples, best practices, and limitations.
A friendly and organized kubectl cheat sheet with emoji-enhanced categories for quick scanning and daily use.
A clear and concise overview of the top-level Linux directories, what they are, and what they are used for.
A practical cheat sheet covering the most useful kubectl commands for developers, SREs, and DevOps engineers working with Kubernetes.
Troubleshooting why the aws-ebs-csi-driver node daemonset doesn't start on EKS nodes and how to fix it.
Troubleshooting PersistentVolumeClaim stuck in Pending state when using Prometheus on EKS with the AWS EBS CSI driver.
Fixing volume attachment errors in EKS using IRSA and EBS CSI Driver with step-by-step checks and IAM configuration.
Troubleshooting guide for Fluent Bit on Amazon EKS when logs fail due to missing IAM credentials. Learn how to properly set up IRSA, Helm, and Terraform.
Explore how to capture logs in Amazon EKS using Fluent Bit and Fluentd, with comparisons, best practices, and deployment tips.
A practical guide to EKS compute types and when to use self-managed EC2, managed node groups, Fargate, or Karpenter for your workloads.
Take full control over EKS Fargate logging using Fluent Bit, ConfigMaps, and Terraform.
A high-level guide to how EKS Fargate schedules and runs workloads, breaking down the pod-based execution model.
A step-by-step guide for configuring IAM and EKS Access Entries to enable kubectl access to an EKS cluster from a jumphost securely.
A comprehensive guide on AWS EventBridge, covering default vs. custom event buses, best practices, and optimizing rule management for efficient event processing.
Step-by-step guide to sending messages to Slack using Python, including integration with AWS Lambda, SQS, and other automation tools.
Learn how to configure a dynamic MOTD on AWS EC2 instances running Amazon Linux 2, Amazon Linux 2023, and Ubuntu 22.04 using Terraform and cloud-init.
Step-by-step guide to troubleshoot ECS tasks that are not running, covering common issues like missing container instances, networking, IAM roles, and service configurations
Step-by-step troubleshooting guide for Docker-based Datadog Agent installations to ensure proper connectivity, logging, and container monitoring visibility in the Datadog UI.
Step-by-step troubleshooting guide for non-containerized hosts running Datadog Agent to ensure proper connectivity, logging, and configuration visibility in the Datadog UI.
A comprehensive guide to using the `.github` repository for workflow automation, issue templates, and CI/CD standardization. Learn how Jdevto utilizes it for streamlined development.