© 2026 Hashnode
A true fresher’s story, written for beginners learning AWS the hard way When I created my first Amazon Web Services account, I felt unstoppable. I had tutorials bookmarked.I had Free Tier.I had confidence. What I didn’t have was cost awareness. This ...

Working with AWS often means switching between different services — S3, EC2, Lambda, IAM, and more. Manually checking all these resources can become time-consuming. Instead, you can automate resource reporting using simple Bash scripts. This blog wil...

Introduction Cloud computing is no longer a buzzword – it’s the backbone of modern technology. From startups to tech giants, everyone is migrating to the cloud for scalability, security, and cost-efficiency. If you are a beginner and want to dive int...

What if cloud services worked like checking into a hotel and storing your stuff in a digital locker?That’s AWS EC2 and S3 — made simple. 🧠 🏨 EC2 = Your Cloud Hotel Room (Compute Power) Ever booked a hotel online? That’s exactly how launching an EC2...

Cloud computing is one of the core pillars of DevOps, and AWS EC2 is often the starting point. In this guide, I’ll walk you through how I launched my first EC2 instance and set up Security Groups to protect it—step by step! 🧱 What is EC2? EC2 (Elast...

When I first started working with AWS EC2 instances, I faced a simple yet frustrating issue — my website wasn’t loading. I had launched the instance, and everything seemed fine. But the browser kept throwing connection errors. 🕵️♂️ The Problem At f...

Ran into a surprising AWS billing issue while learning to build my first custom VPC setup. This week, I took my first steps into building a Virtual Private Cloud (VPC) on AWS.I was following tutorials, reading docs, and was super excited to see thing...
