AWS NetworkingAWS Networking provides the foundation for building secure, scalable, and high-performing cloud architectures. By understanding the essential components of AWS Networking, you can efficiently design aJul 1, 2026·10 min read
Configuring Kerberos Authentication for Amazon RDS PostgreSQLIntroduction With more applications, users, and databases in organizations, auditing and user management are becoming increasingly challenging for DBAs and security teams using traditional database authentication methods. Integrating RDS/Aurora with ...May 2, 2025·3 min read
AWS Macie: Enhancing Data Security and ComplianceWhat is AWS Macie? AWS Macie is designed to provide: Data discovery: It automatically scans your Amazon S3 buckets to identify sensitive data such as Personally Identifiable Information (PII), financial data, or intellectual property. Data security...Jan 16, 2025·4 min read
Deploy Dockerize Django App on AWS ECS Fargate using GitHub Actions and TerraformTable of contents: Create an Ec2 Ubuntu instance Install Packages on Ec2 Instance (Docker, AWS CLI) Configure AWS CLI on EC2, Also on the Local Machine Setup Self Hosted runner on Ec2 Create db secret(Password) on AWS Secret Manager, with name '...Dec 31, 2024·3 min read
Deploying a Highly Available Three-Tier Architecture in AWS using TerraformIntroduction When building a cloud-based application, it’s critical to consider the underlying architecture and environment to ensure scalability, availability, and security. Using Infrastructure-as-Code (IaC) tools like Terraform has become increasi...Dec 26, 2024·3 min read
Understanding What is API Gateway and How it WorksWhat is an API Gateway? An API Gateway is like a middleman or a traffic manager for APIs (Application Programming Interfaces). Think of it as a single entry point for all the requests coming into your application. Imagine you own a restaurant: The A...Dec 18, 2024·4 min read
Database Migration with AWS RDS Blue/Green DeploymentsOverview AWS RDS Blue/Green Deployment provides a streamlined solution for migrating databases with minimal downtime. The Blue/Green deployment model enables the creation of a duplicate RDS environment (Green), where updates can be tested before swit...Nov 13, 2024·3 min read