How to Use SCPs and Tag Policies to Restrict Resource Creation in AWS OrganizationsFeb 12, 2026·4 min read
🚀 Deploy Ollama on AWS EC2 (GPU) and Connect It to VS Code (Continue Extension)Self-hosting your own Large Language Model (LLM) gives you: ✅ Full control over models ✅ No per-token billing ✅ Private AI infrastructure ✅ Direct IDE integration In this guide, we’ll: Deploy OMar 8, 2026·4 min read
Demonstrating AWS IAM Role Assumption Using AWS CLI (Without an Identity Provider)Jan 29, 2026·3 min read
Enable Audit Logging for Amazon RDS MariaDB Using the Audit Plugin (Option Group Method)Audit logging is essential for tracking database activity such as user logins, schema changes, and data access. For Amazon RDS MariaDB, audit logging is enabled using the MariaDB Audit Plugin, which is configured through an RDS Option Group, not dire...Jan 12, 2026·4 min read
How to Retrieve Amazon EKS Control Plane Logs from CloudWatch LogsAmazon Elastic Kubernetes Service (EKS) provides managed Kubernetes control planes, taking away much of the operational burden of running Kubernetes. Even though AWS manages the control plane, you still get full visibility into its behavior through c...Jan 10, 2026·6 min read
How to Allow All AWS Organization Accounts to Use a KMS Key in Your AccountWhen you run a multi-account AWS environment using AWS Organizations, it’s common to centralize encryption. A frequent requirement is: Allow all accounts in an AWS Organization to use a customer-managed AWS KMS key that lives in a single account. T...Jan 2, 2026·4 min read
How to Create a Private Integration with an Application Load Balancer for an API Gateway HTTP APIAmazon API Gateway HTTP APIs can privately integrate with resources inside a VPC using VPC Link. This allows you to expose internal services through API Gateway without making your Application Load Balancer (ALB) public. This document explains the ar...Dec 29, 2025·3 min read
How to Increase Maximum Connections for an Amazon Aurora DB InstanceAmazon Aurora is highly scalable, but database connection limits can still become a bottleneck for high-traffic or microservices-based applications. This document provides a step-by-step procedure to safely increase the maximum number of connections ...Dec 25, 2025·3 min read
🚀 Complete Guide: Installing OpenShift on AWS Using the IPI Methodhttps://youtu.be/_BCyW5U71Kg 🧩 Introduction Red Hat OpenShift is an enterprise Kubernetes platform designed for reliability, scalability, and automation.In this post, we’ll walk through the complete process of installing OpenShift on AWS using the...Nov 26, 2025·4 min read