🏷️

aws

14 articles tagged with "aws"

Tech Feeds

dev-tooling-dx

I Built a Nightly Pipeline That Deploys My App While I Sleep

Stack: Next.js 14 · Express.js · MySQL 8 · Docker · GitHub Actions · AWS EC2 · AWS ECR · AWS RDS · Route 53 · Nginx · Let's Encrypt I built a Job Application Tracker, a full-stack SPA with GitHub OAut...

dev-tooling-dx

Advance Routing Policy in AWS Cloud WAN

AWS Cloud WAN is a managed wide-area networking (WAN) service from AWS. It lets you build, manage, and monitor a unified global network that spans both cloud and on-premises environments. In practice,...

building-ai-products

Getting started with Amazon Nova 2 Omni (Preview) & Amazon Nova AI hackathon

What's hot off the press from AWS re:Invent 2025? I am still excited to experiment with AI foundation models announced at last year's AWS re:Invent. If you missed watching the keynote from CEO of Am...

dev-tooling-dx

Your Docker Registry Has 500 Unused Images Costing You Every Month 🐳

ECR charges per GB for every Docker image ever pushed. Here's how to auto-delete old images with Terraform lifecycle policies and reclaim 80% of that storage. tags: aws, terraform, docker, devops Qu...

ai-agents-tool-use

How Jenkins Slowly Drained Our EFS Burst Credits Over 2 Weeks

TL;DR Our Jenkins started failing on 1/26, but the root cause began on 1/13. We discovered three compounding issues: Shared Library cache was disabled (existing issue) Switched to disposable agents...

dev-tooling-dx

9.Create EBS Volume Using Terraform

Lab Information The Nautilus DevOps team is strategizing the migration of a portion of their infrastructure to the AWS cloud. Recognizing the scale of this undertaking, they have opted to approach t...

dev-tooling-dx

Stop Drawing Stacks: Seeing Drupal on AWS as a Graph

Every architecture diagram you've ever drawn is a graph. The boxes are nodes; the arrows are edges. Yet most teams treat those diagrams as static documentation rather than a working model they can rea...

dev-tooling-dx

[AWS] 5. High Availability and Scalability, Elastic Load Balancer (ELB), Auto Scaling Groups (ASG)

Scalability & High Availability Scalability means that an application / system can handle greater loads by adapting There are two kinds of scalability: Vertical Scalability Horizontal Scalability...

dev-tooling-dx

[AWS] 6. AWS Fundamentals: RDS (Relational Database Service) + Amazon Aurora + ElastiCache

Amazon RDS Overview RDS stands for Relational Database Service It's a managed DB service for DB use SQL as a query language It allows you to create databases in the cloud that are managed by AWS...

dev-tooling-dx

[AWS] 7. AWS Route 53, DNS (Domain Name System), Routing Policies

What is DNS? Domain Name System which translates the human friendly hostnames into the machine IP addresses www.google.com → 172.217.18.36 DNS is the backbone of the Internet DNS uses hierarchical...

dev-tooling-dx

Beyond Discord: How I would Architect Community Infrastructure on AWS

The recent project for Marko Sluga’s community was a massive learning curve. I built the infrastructure on Discord Optimizing roles, security, and onboarding. I coudn´t sleep so I am doing this right...

dev-tooling-dx

🚨 AWS 132: Data Time Travel - RDS Snapshots and Restoration

This article provides a practical guide on creating and restoring Amazon RDS snapshots, emphasizing the importance of data backup and recovery strategies. It outlines key concepts, a step-by-step workflow, and common pitfalls, making it a valuable resource for cloud practitioners.

dev-tooling-dx

It’s 2026: Stop Using AWS IAM and Start Using IAM Identity Center

The article advocates for transitioning from AWS IAM users to IAM Identity Center, emphasizing the security risks of long-lived credentials and operational inefficiencies. It provides a detailed migration guide and highlights the benefits of centralized access management and integration with identity providers.

building-ai-products

🚨 AWS 128: Setting Up Amazon ECR and Pushing Docker Images

This tutorial guides users through setting up an Amazon Elastic Container Registry (ECR) for Docker images. It covers creating a private repository, building a custom Python app image, and pushing it to ECR, emphasizing key concepts like authentication tokens and image tagging.