HARSH VIGcloudctrl.hashnode.dev·Dec 22, 2024Elastic load balancing, Messaging and QueuingHey, tech enthusiasts! Today, I want to narrate my experience with some of the most amazing AWS services that have really changed my views on distributed systems. So grab your favorite beverage, and let's get going! The Traffic Conductor: Elastic Loa...sws
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Introduction to Simple Queue Service (SQS)Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications. SQS facilitates message exchange between different system components ...AWS SQS
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Understanding the Fan-Out Pattern with AWSThe Fan-Out architectural pattern is widely used in distributed systems to allow a single message or event to trigger multiple parallel actions. This concept is essential in modern architectures as it enables scalability, parallel processing, and dec...AWS
Parth Chauhanparthdev.hashnode.dev·Nov 23, 2024Understanding RabbitMQ: A Powerful Message Broker for Scalable ApplicationsIn today's world of distributed applications, seamless communication between different services is critical for achieving scalability, reliability, and fault tolerance. One of the most effective ways to handle this communication is through message qu...1 likerabbitmq
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 18, 2024Introdução ao Amazon Simple Queue Service (SQS)O Amazon Simple Queue Service (SQS) é um serviço de filas de mensagens totalmente gerenciado que permite o desacoplamento e escalonamento de microsserviços, sistemas distribuídos e aplicativos sem servidor. O SQS facilita a troca de mensagens entre d...AWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 16, 2024Understanding SNS: What It Is and How It WorksWhat is SNS? SNS stands for Simple Notification Service. It is a web service which makes it easy to set up, operate, and send a notification from the cloud. It provides developers with the highly scalable, cost-effective, and flexible capability t...AWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...AWS
Chethana S Vchethanasv.hashnode.dev·Oct 31, 2024Decoupled Integration with AWS Lambda: A Guide to Building Scalable, Resilient SystemsIn today’s tech world, flexibility and scalability are crucial in order to keep up with the demands of modern applications. As apps get more and more complex, one strategy that’s become popular is decoupled integration. This approach allows different...30 readsaws lambda
Anant ChowdharyforfreeCodeCampfreecodecamp.org·Oct 28, 2024How Message Queues Help Make Distributed Systems More ReliableReliable systems consistently perform their intended functions under various conditions while minimizing downtime and failures. As internet users, we tend to take for granted that the systems that we use daily will operate reliably. In this article, ...AWS
Aravind Satturaravind1.hashnode.dev·Oct 25, 2024A Guide to AWS Administrative Tools for Seamless Cloud OperationsManagement Tools Amazon CloudWatch CloudWatch is a monitoring service for AWS that tracks various services and provides detailed information about applications, including logs and metrics. Users can set up alarms to ensure their applications operate ...1 likeSWF