Feed

AWS

AWS news covering service launches, architecture patterns, cost optimization, and best practices shared by developer communities.

Articles from the last 30 days

Almost Every infrastructure decision I endorse or regret after 4 years
01Tuesday, February 17, 2026

Almost Every infrastructure decision I endorse or regret after 4 years

A tech leader reflects on four years of infrastructure decisions for a scaling startup. Key endorsements include AWS, EKS, RDS, and GitOps for stability and customer focus. Regrets involve EKS managed addons, Datadog's pricing, and shared databases. Recommendations emphasize simplicity, automated post-mortems, and early adoption of identity platforms like Okta.

Sources:Hacker News481 pts
AWS Adds support for nested virtualization
02Thursday, February 12, 2026

AWS Adds support for nested virtualization

This release of the AWS SDK for Go v2 includes updates to the EC2 service and internal integration tests. The changes involve automated updates to code files and changelogs, reflecting ongoing maintenance and version synchronization for the AWS infrastructure tooling within the Go ecosystem.

Sources:Hacker News259 pts
Localstack will require an account to use starting in March 2026
03Tuesday, February 10, 2026

Localstack will require an account to use starting in March 2026

LocalStack is unifying its Community and Pro editions into a single Docker image, effective March 2026. This change introduces a mandatory account-based authentication via auth tokens for the latest versions. While a free tier remains for individuals and open-source projects, the legacy open-source repository will move to reduced maintenance.

Sources:/r/programming250 pts
Go Made Me Fast. Rust Made Me Care. AWS Made Me Pay.
04Saturday, February 7, 2026

Go Made Me Fast. Rust Made Me Care. AWS Made Me Pay.

The article explores the transition from a Go-dominated cloud architecture on AWS to a hybrid model incorporating Rust. While Go provides exceptional developer productivity, simplicity, and fast delivery, its garbage collection and memory overhead can lead to 'creeping costs' in large-scale cloud environments. The author argues that while Go is ideal for APIs and business logic, Rust is superior for high-throughput, latency-sensitive data pipelines because it enforces explicit resource management. This efficiency directly impacts the bottom line by allowing higher container density, smaller EC2 instances, and reduced AWS Lambda costs. Ultimately, the choice between Go and Rust represents a trade-off between development speed and cloud infrastructure efficiency.

Sources:Dev.to101 pts
The Cloud Is Not Your Computer: Why Go and Rust Developers Secretly Miss the Monolith
05Wednesday, February 11, 2026

The Cloud Is Not Your Computer: Why Go and Rust Developers Secretly Miss the Monolith

This piece examines the transition from hardware-focused engineering to cloud-native architectures. It explores how Go and Rust provide different philosophies for managing distributed system failures and complexity. Ultimately, it argues that modern cloud engineering shifts responsibility from code debugging to managed ecosystems, where abstractions such as AWS and Kubernetes introduce new layers of uncertainty and cost.

Sources:Dev.to88 pts
I Let an AI Agent Become My DevOps Engineer
06Wednesday, February 25, 2026

I Let an AI Agent Become My DevOps Engineer

A Cloud Architect shares how using an AI agent transformed a two-day DevSecOps pipeline setup into a 45-minute conversational task. By automating infrastructure provisioning, tool configuration, and self-debugging for AWS, Jenkins, and SonarQube, the architect shifted focus from manual execution to high-level strategic design, significantly improving productivity and work-life balance.

Sources:Dev.to63 pts