NBNishanth Binnishanth.hashnode.dev路2d ago 路 4 min readAutomating Amazon EBS Snapshot Cleanup Using AWS LambdaIntroduction Amazon EBS snapshots are essential for backing up EC2 volumes. However, over time they accumulate, increasing storage costs and making backup management difficult. Instead of manually del00
ABA. B Satya Jaideepinsatyajai.hashnode.dev路3d ago 路 4 min read馃殌 AWS RDS MySQL with EC2: Create a Database, Connect Securely, and Run SQL QueriesPrerequisites Before starting, make sure you have: An AWS account An EC2 instance running Ubuntu Basic knowledge of Linux commands IAM permissions to create RDS instances Step 1: Create an Amaz10
PKPanagiotis Katsaroumpas, PhDindeepdive.codiply.com路3d ago 路 8 min readRun Ollama and OpenCode on an AWS EC2 instanceThese are my personal notes on how to run Ollama and OpenCode on an EC2 instance and connect remotely with Visual Studio Code for code development. Motivation As part of the AWS Community Builders Pro00
TSTayyab Samiintwilightwrites.hashnode.dev路5d ago 路 9 min readYour First Look to AWSIf you are someone who knows abit about cloud or had taken any course in Cloud Fundamentals. You would know the theory but never have ever setup or deployed any application there. If this is the scena00
GKGaurav Kediainblog.gauravkedia.in路Aug 1 路 4 min read5 Common AWS Mistakes That Increase Your Cloud Costs (And How to Avoid Them)1. Leaving EC2 Instances Running Unnecessarily What is the Issue? Amazon EC2 allows you to launch virtual servers in the cloud. AWS charges for an EC2 instance as long as it is in the Running state. I42LT
ARAnand Ravalinblog.anandraval.dev路Jul 27 路 2 min readAWS Day 40: Troubleshooting Internet Accessibility for an EC2-Hosted ApplicationOne of the most common networking issues in AWS occurs when an EC2 instance is correctly configured but remains inaccessible from the internet. Even if the security group, network ACLs, and applicatio00
MSManu Shuklainecorpit.hashnode.dev路Jul 26 路 15 min readAWS G7 vs G7e Blackwell GPUs: 4.6x inference, real costs, and the Mumbai question (2026)AWS G7 vs G7e Blackwell GPUs: 4.6x inference, real costs, and the Mumbai question (2026) Summary. In July 2026 AWS put two NVIDIA Blackwell inference families into production. Amazon EC2 G7, powered b00
Ssugunainchandaka.hashnode.dev路Jul 24 路 4 min read馃殌 How to Increase Disk Space on an AWS EC2 Ubuntu Instance Without Using a New Mount PointIntroduction As your applications grow, the storage available on your Amazon EC2 instance may no longer be sufficient. One of the advantages of Amazon Elastic Block Store (EBS) is that you can increas00
NPNitin Poojaryinnitin-poojary-golang.hashnode.dev路Jul 19 路 21 min readBuilding Docker's Network From Scratch: Namespaces, veth Pairs, Bridges, dnsmasq, and iptablesdocker run -p 8080:80 nginx gives you an isolated network stack, a private IP, internet access, and a port exposed to the host, all in one line. Add a user defined network (which is what docker compos00
ARAnand Ravalinblog.anandraval.dev路Jul 18 路 5 min readAWS Day 36: Load Balancing EC2 Instances with Application Load Balancer (ALB) | KodeKloud 100 Days of CloudOn Day 36 of the KodeKloud 100 Days of Cloud Challenge, I built a complete Application Load Balancer (ALB) architecture on AWS. Instead of exposing an EC2 instance directly to the internet, an Applica00