PKPratiksha kadaminrunning-cloud.hashnode.dev·5d ago · 5 min readManaging AWS Deployments with Docker Compose:Running Docker Compose on AWS for Lean Deployments You don't always need a complex Kubernetes cluster or a massive container orchestration platform to get an app into production. For small-to-medium p00
STSagar Thosarinsagarthosar.hashnode.dev·Jun 16 · 10 min readPostgreSQL-to-PostgreSQL CDC using Oracle GoldenGate Microservices : A Hands-On Guide to avoid issues during setup. This post documents a real local-PGSQL-to-AWS-EC2-target CDC pipeline using GoldenGate 21.3 Microservices Architecture (MA) for PostgreSQL. Note this article focuses more on the issues that you will e00
STSagar Thosarinsagarthosar.hashnode.dev·Jun 10 · 11 min readBuilding a Production-Grade PostgreSQL HA Cluster on AWS EC2If you're a junior DBA, chances are you've heard this advice more than once: "Just use RDS Multi-AZ." And don't get me wrong, RDS is a fantastic service. I use it, I recommend it, and for a lot of wor00
SNShashwat Naikinbooting-to-cloud.hashnode.dev·Jun 4 · 6 min readAWS VPC & Networking Demystified — Everything You Need to Know to Get StartedWhat is a VPC? When you work on AWS, you don't just spin up resources in a flat open network. Everything lives inside a VPC — Virtual Private Cloud — which is essentially your own isolated, private ne00
ASAnshika Sharmainanshikasharma1517.hashnode.dev·May 28 · 7 min readAWS Lambda: Write Code, Skip the Servers You write a small API endpoint that resizes images. The code works locally. You spin up an EC2 instance, spend 45 minutes on nginx and systemd, get paged at 2am a week later because the server ran out00
MRManjeet raiinec2-for-freshers.hashnode.dev·May 25 · 4 min readEC2 Made Easy❓ What is EC2, How It Works, and Why It’s Important So let’s answer these questions, first theoretically and then practically for more serious engineers. EC2 is the simple web server or virtual machin00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·May 20 · 10 min readElastic Compute, Simplified: A Practical Guide to EC2 Instances & CostsFirst Things First: EC2 is Regional Before diving in, here's a foundational rule you should memorize: Every AWS service is either Regional or Global. EC2 is regional. So are Elastic Beanstalk, EFS, an10
SPSruthi Palleinsruthipalle.hashnode.dev·May 5 · 4 min readAWS EC2 Storage: Are you Resizing or Adding?A common point of confusion for DevOps engineers is deciding which commands to use when an EC2 instance runs out of space. Does one use resize2fs or mkfs? The answer depends on your goal. Key takeawa00
TMTharana Mayurangaintharana.hashnode.dev·May 3 · 16 min readAutomate AWS Resource Reporting with a Production-Grade Bash Script — End to End"The difference between a DevOps engineer and someone who just runs commands is one word: automation." Why This Article Exists Every team running workloads on AWS faces the same quiet problem: "Wha00
NINehal Ingoleinlearnwithnehal.hashnode.dev·Apr 29 · 4 min readAWS CDK When people start using AWS, they usually begin with the console. Click here → create bucket Click there → create server It works, but after a while: You forget what you created You can’t track chan00