Cloud Platforms

Ecosystems, services, and cost optimization across the big three clouds.

  • 19 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Cloud Platforms

DEV Community
dev.to > yash_sonawane25 > your-first-aws-production-architecture-from-a-simple-application-to-a-scalable-system-3738

Your First AWS Production Architecture: From a Simple Application to a Scalable System

1+ hour, 8+ min ago   (1081+ words) Most people learn AWS by studying individual services. RDS is a database. But that's not how AWS is used in the real world. In a real project, these services work together to solve one problem: How do we run an…...

DEV Community
dev.to > davi_pereira2z > o-que-e-cloud-computing-a-visao-de-um-estudante-de-tecnologia-4okc

O que é Cloud Computing? (A visão de um estudante de tecnologia)

1+ hour, 51+ min ago   (283+ words) Olá, pessoal! Sou o Davi. Este é o meu primeiro artigo no DEV Community. Sou estudante universitário da área de tecnologia e decidi começar a escrever para fixar o que venho aprendendo nas aulas e nos estudos individuais. Quando comecei…...

DEV Community
dev.to > rafagross > ec2-instance-unreachable-via-ssm-session-manager-1fe9

EC2 Instance Unreachable via SSM Session Manager

1+ hour, 35+ min ago   (595+ words) This runbook resolves the situation where an EC2 instance is running and visible in the console but either does not appear in the Systems Manager Fleet Manager inventory, or returns a connection error when you attempt to start a Session Manager…...

DEV Community
dev.to > bianca_szimanski > vpc-peering-conectando-redes-privadas-entre-contas-e-regioes-na-aws-2gei

VPC Peering: conectando redes privadas entre contas e regiões na AWS

2+ hour, 7+ min ago   (1344+ words) 1. Cenário de negócio Neste projeto, será implementado um VPC peering entre duas VPCs que... Tagged with aws, cloudcomputing, networking....

DEV Community
dev.to > judsonrhodes1569 > production-api-key-rotation-explained-6-least-privilege-checks-for-nodejs-github-actions-58oc

Production API Key Rotation Explained: 6 Least-Privilege Checks for Node.js GitHub Actions

4+ hour, 52+ min ago   (886+ words) Short answer: use two narrowly scoped API keys, switch traffic with an explicit activation step, and revoke the old key only after logs and live requests prove the cutover. For a property-management service, that sequence rotates a production credential without…...

DEV Community
dev.to > safiya_k > set-a-pause-to-over-engineering-why-aws-lambda-microvms-will-serve-indie-developers-in-2026-58nh

Set a Pause to Over-Engineering: Why AWS Lambda MicroVMs Will Serve Indie Developers in 2026

5+ hour, 49+ min ago   (373+ words) 1.True State Retention Without Complicated Databases Earlier, if you wanted your backend code to retain a simple piece of information from a past user action, you had to store that data in an external database, such as Amazon DynamoDB. For…...

DEV Community
dev.to > safiya_k > ahead-of-the-chatbot-generation-scaling-production-ready-agent-fleets-with-aws-agentcore-4a18

Ahead of the Chatbot generation: Scaling Production-Ready Agent Fleets with AWS AgentCore

6+ hour, 36+ min ago   (1554+ words) Introduction: The days of standalone, text-only chatbots are now a thing of the past. In their place, Agentic AI—systems that can reason independently, plan across multiple steps, manage dynamic memory, and execute tools with self-correction—have become the new…...

StorageReview.com
storagereview.com > news > second-gen-single-rack-aws-outposts-puts-2688-vcpus-and-100tb-of-ebs-in-one-42u-rack

Second-Gen Single-Rack AWS Outposts Puts 2,688 vCPUs and 100TB of EBS in One 42U Rack

10+ hour, 30+ min ago   (513+ words) AWS has made second-generation single-rack AWS Outposts generally available, a self-contained 42U rack that puts compute, storage, and networking together with up to 2,688 vCPUs and 100 TB of Amazon EBS. It runs the same APIs, console, automation, governance policies, and security controls…...

Medium
medium.com > @maahisoft20 > we-let-an-agent-manage-kubernetes-for-a-week-day-5-is-why-we-stopped-fdf1de6feda7

We Let An Agent Manage Kubernetes For A Week. Day 5 Is Why We Stopped

5+ hour, 59+ min ago   (37+ words) Our agent scaled the payments deployment from twelve pods down to two, and then posted a calm message in Slack explaining why …...

DEV Community
dev.to > harsh_trivedi > azure-function-app-stuck-on-runtime-unreachable-how-vnet-integration-and-private-endpoints-fixed-2f39

Azure Function App Stuck on "Runtime Unreachable"? How VNet Integration and Private Endpoints Fixed It

11+ hour, 8+ min ago   (1291+ words) A beginner-friendly, real-world walkthrough of diagnosing and fixing networking issues in a Linux... Tagged with azurefunctions, azure, functionapp, errorfix....