AAAwais Ahmadinblog.itsahmadawais.comยท4h ago ยท 6 min readAWS CDK: Stop Clicking. Start Coding Your InfrastructureYou've built your application. Now, it's time to deploy it to Amazon Web Services (AWS). So, you open the AWS Console, click through a dozen complex menus, create an Amazon S3 bucket, wire up an AWS L00
AUAmaan Ul Haq Siddiquiinamaanx86.hashnode.devยท2h ago ยท 5 min readI Stopped Clicking Through the AWS Pricing Calculator. Now I Just Describe the ArchitectureIf you have built an estimate in the AWS Pricing Calculator by hand, you know the drill. Open calculator.aws, search a service, click in, stare at twenty fields half of which you do not need, guess at00
ADAmir Dezyanianinfamirco.hashnode.devยท3h ago ยท 4 min readHow We Built a Self-Hosted AWS Scheduler to Cut Dev Server Costs by 70% Every developer knows the feeling: you spin up an AWS EC2 instance or an RDS database for testing, work on it for a few hours, and then log off. Two weeks later, you check your AWS Billing dashboard o00
JRJoy Rijithinjoyc.hashnode.devยท6h ago ยท 4 min readFrom 12 Years in QA to GCP Cloud Engineer โ What the Switch Actually Looked Like This is not a success story with a clean arc. It's messier than that. I spent 12 years as a QA engineer. Not dabbling โ 12 years. That was my career, my identity, and what I thought I'd keep doing. T00
HRHritik ranjaninblogs.hritikranjan.inยท1d ago ยท 17 min readHow to Deploy a Highly Available Web Application on AWS: The Complete VPC Blueprint๐ Introduction: Moving Beyond Single-Server Deployments In the early days of learning the cloud, the easiest way to launch an app is straightforward: spin up a single virtual server, assign it a publ20
MRManjeet raiinec2-for-freshers.hashnode.devยท18h ago ยท 5 min read๐ Security Groups Made Simple โ Why Your EC2 Website Isn't Opening๐ 1. Why Your EC2 Website Was Not Opening Yesterday I was setting up a server and testing if everything works. I thought it was fine. But the website just wouldn't open in the browser. I went through00
Mmfdacruzinmfdacruz.hashnode.devยท16h ago ยท 8 min readSelling Taylor Swift tickets with one database: how Aurora DSQL kills the Redis tierI created this content for the purposes of entering the H0 hackathon. #H0Hackathon The 2022 Taylor Swift on-sale broke Ticketmaster. 14 million people queued for 2.4 million tickets, the verified-fan00
PMPuppala Manikanta Pavan Kumarindevopswithpmpk.hashnode.devยท1d ago ยท 2 min readAutomating Disk Usage Monitoring with Shell ScriptDisk utilization means how much storage space is being used on a disk. Monitoring disk usage is important because it helps us: Track storage usage regularly Prevent disks from becoming full Avoid 00
GKGaurav Kediainblog.gauravkedia.inยท22h ago ยท 5 min readWhat Are AWS Lambda Layers and Why Do We Need Them?Introduction When building serverless applications, it's common for multiple AWS Lambda functions to use the same libraries, dependencies, or utility code. Imagine you have ten Lambda functions, and e00
PMPuppala Manikanta Pavan Kumarindevopswithpmpk.hashnode.devยท1d ago ยท 3 min readOne Shell Script to Backup and Clean Old Logs#!/bin/bash userid=$(id -u) # Log Details LOGS_FOLDER="/var/log/shellscript" SCRIPT_NAME=\((basename "\)0" .sh) LOG_FILE="\(LOGS_FOLDER/\)SCRIPT_NAME.log" # Color codes R="\e[31m" G="\e[32m" Y="\e[00