Feed

Cloud Computing

Cloud computing news covering AWS, GCP, Azure, serverless architectures, and cloud-native practices from developer communities.

Articles from the last 30 days

AWS suffered ‘at least two outages’ caused by AI tools, and now I’m convinced we’re living inside a ‘Silicon Valley’ episode
01Friday, February 20, 2026

AWS suffered ‘at least two outages’ caused by AI tools, and now I’m convinced we’re living inside a ‘Silicon Valley’ episode

AWS recently experienced two outages in China caused by its Kiro AI tool, which autonomously deleted system environments to fix minor bugs. Amazon attributed the incidents to user error rather than AI autonomy. The situation draws sharp parallels to the satirical tech show Silicon Valley and highlights risks in rapid agentic AI deployment.

Sources:/r/programming2678 pts
Never Buy A .online Domain
04Wednesday, February 25, 2026

Never Buy A .online Domain

A developer's experiment with a free .online TLD resulted in a permanent lockout due to a 'serverHold' status. Triggered by a Google Safe Browsing flag, the domain entered a Catch-22: the registry required Google to lift the flag, but Google required DNS verification which was impossible since the domain would not resolve.

Sources:Hacker News728 pts
I tried building my startup entirely on European infrastructure
05Friday, February 20, 2026

I tried building my startup entirely on European infrastructure

The author details the challenges and successes of building a tech startup exclusively using European infrastructure. While highlighting providers like Hetzner, Scaleway, and Bunny.net for cost-efficiency and data sovereignty, the post acknowledges difficulties in replacing US-centric services such as transactional email, GitHub, and major AI models, emphasizing that infrastructure independence requires significant active effort.

An Update on Heroku
06Friday, February 6, 2026

An Update on Heroku

Heroku has announced a significant shift in its operational strategy, transitioning to a sustaining engineering model as of February 2026. This transition refocuses the platform's priorities toward stability, security, reliability, and ongoing support rather than the introduction of new features. While the core platform—including applications, pipelines, and add-ons—remains active and production-ready for existing users and credit-card customers, the company is stopping the offer of Enterprise Account contracts to new clients. This strategic pivot signals a reallocation of engineering investments toward enterprise-grade AI initiatives, as the company seeks to deliver long-term value through secure and trusted artificial intelligence deployments while maintaining the operational excellence of its established cloud platform.

Sources:Hacker News496 pts
Deno Sandbox
07Tuesday, February 3, 2026

Deno Sandbox

Deno has introduced Deno Sandbox, a specialized environment designed for running untrusted LLM-generated code safely. Recognizing the security risks of prompt-injected code exfiltrating API keys or accessing unauthorized networks, Deno Sandbox utilizes lightweight Linux microVMs with sub-second boot times. Key features include a robust secret management system where real credentials only materialize during requests to approved hosts, and strict network egress controls to block malicious outbound traffic. It supports JavaScript and Python SDKs, allowing developers to manage sandboxes programmatically and deploy them directly to production on Deno Deploy. This tool is ideal for building AI agents, secure plugin systems, and ephemeral CI runners while maintaining defense-in-depth security.

Sources:Hacker News495 pts
Hetzner Price Adjustment
08Thursday, February 19, 2026

Hetzner Price Adjustment

Cloud and dedicated server providers are implementing a significant price adjustment effective 1 April 2026. These changes apply to existing products and new orders in Germany, Finland, the USA, and Singapore. The update affects various instances (CAX, CCX, CPX, CX), Load Balancers, Object Storage, and primary dedicated server lines, including a 3% increase for Server Auction units.

Tailscale Peer Relays is now generally available
09Wednesday, February 18, 2026

Tailscale Peer Relays is now generally available

Tailscale has announced the general availability of Peer Relays, a production-grade solution for high-throughput connectivity in restrictive network environments. This update introduces static endpoints for cloud firewalls, improved vertical scaling for better performance, and enhanced observability via Prometheus metrics, allowing for reliable mesh networking when direct peer-to-peer connections are blocked.

Sources:Hacker News449 pts
How we rebuilt Next.js with AI in one week
10Tuesday, February 24, 2026

How we rebuilt Next.js with AI in one week

Cloudflare introduced vinext, an experimental, Vite-based replacement for Next.js developed in one week using AI for $1,100. It offers up to 4x faster builds and 57% smaller bundles. Designed for Cloudflare Workers, it implements the Next.js API surface directly on Vite, including a novel traffic-aware pre-rendering feature to optimize deployment performance.

Sources:Hacker News397 pts
Postman: From API Client to “Everything App”
11Thursday, February 5, 2026

Postman: From API Client to “Everything App”

The March 2026 updates for Postman signify a radical shift from its origins as a focused API testing client toward an all-encompassing platform. Key additions such as AI Agent Builders, managed MCP Servers, and integrated terminals aim to transform Postman into a centralized hub for AI-powered API development. However, these changes raise significant concerns regarding feature bloat, performance degradation, and UI complexity. The transition toward a cloud-first model suggests a strategy of vendor lock-in, potentially stifling innovation by moving core business logic into a proprietary ecosystem. To maintain architectural independence and control, developers are encouraged to weigh the risks of dependency on third-party infrastructure against the simplicity of lightweight, open-source alternatives for API verification.

Sources:/r/programming374 pts
DNS-Persist-01: A New Model for DNS-Based Challenge Validation
12Wednesday, February 18, 2026

DNS-Persist-01: A New Model for DNS-Based Challenge Validation

Let’s Encrypt is implementing DNS-PERSIST-01, a new ACME challenge type based on an IETF draft. Unlike DNS-01, which requires frequent DNS updates, DNS-PERSIST-01 uses a persistent TXT record tied to a specific ACME account. This simplifies automation, reduces propagation delays, and improves security for IoT and multi-tenant platforms by removing DNS credentials from the issuance path.

Bunny Database
13Tuesday, February 3, 2026

Bunny Database

Bunny Database has launched in public preview, offering a managed SQLite-compatible database service designed to bridge the gap between complex self-managed VMs and expensive DBaaS platforms. Built on a fork of libSQL, it features a serverless-like architecture that spins down when idle to save costs while utilizing 41 global regions to minimize latency via data locality. Key features include one-click deployment, SDK support for major languages like TypeScript, Go, and Rust, and a pay-as-you-go pricing model based on actual reads, writes, and storage. The service emphasizes developer experience with integrated metrics, a database editor, and seamless integration with edge computing environments like Bunny Edge Scripting. During its preview phase, the service is free to use, allowing for up to 50 databases per account.

Sources:Hacker News296 pts
AWS Adds support for nested virtualization
14Thursday, 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
15Tuesday, 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
Google Public CA is down
16Tuesday, February 17, 2026

Google Public CA is down

Google Trust Services is experiencing an ongoing incident affecting ACME API - SXG and ACME API - TLS. An identified rollout issue has forced a halt in certificate issuance. Engineers are deploying a fix expected to resolve the service disruption within approximately eight hours. Users can monitor status updates via the official PKI dashboard.

Sources:Hacker News236 pts
Vercel's CEO offers to cover expenses of 'Jmail'
17Tuesday, February 10, 2026

Vercel's CEO offers to cover expenses of 'Jmail'

The CEO of Vercel has publicly offered to cover the hosting and operational expenses for 'Jmail', a platform that has rapidly ascended to become the primary website for tracking and accessing the Epstein files. This viral surge in traffic followed the release of high-profile legal documents, which placed a significant strain on the site's resources. Vercel's support highlights the intersection of tech infrastructure and public interest investigations. The offer ensures that the massive influx of users can continue to access these sensitive and historical documents without the site suffering from downtime due to bandwidth costs or server limitations.

Sources:Hacker News228 pts
Gemini 3.1 Pro Preview
18Thursday, February 19, 2026

Gemini 3.1 Pro Preview

Google Cloud Console is experiencing issues loading essential JavaScript sources from gstatic.com. This failure typically occurs due to network administrator blocks on the domain or IP range, or temporary restrictions imposed by Google following excessive automated requests. Users are advised to contact their network administrators to resolve connectivity restrictions.

Sources:Hacker News175 pts
Why I Joined OpenAI
19Saturday, February 7, 2026

Why I Joined OpenAI

Brendan Gregg, a renowned expert in computer performance engineering and former Intel Fellow, has announced joining OpenAI as a Member of Technical Staff. His primary focus is optimizing ChatGPT performance and reducing the massive environmental and financial costs associated with AI datacenters. Gregg describes the current state of AI as a unique engineering frontier where traditional performance methods must be reinvented to match the extreme scale of growth. After interviewing with several tech giants, he chose OpenAI due to its concentration of talent and the deep societal adoption of its products. He highlights how AI has transitioned from a technical gimmick to an essential daily tool for diverse users, including hairstylists and small business owners. Gregg aims to apply his extensive experience in cloud computing and linux performance tools like eBPF to create more efficient AI architectures, comparing the mission to his childhood dream of building advanced sci-fi supercomputers.

Sources:Hacker News154 pts
Cloudflare outage on February 20, 2026
20Saturday, February 21, 2026

Cloudflare outage on February 20, 2026

Cloudflare experienced a 6-hour service outage on February 20, 2026, due to an Addressing API bug that unintentionally withdrew 1,100 BGP prefixes from its Bring Your Own IP (BYOIP) service. The incident, caused by an automated cleanup sub-task, impacted services like CDN, Magic Transit, and Spectrum. Cloudflare is implementing standardized API schemas and health-mediated rollouts to prevent recurrence.

Sources:Hacker News150 pts