Bennie Sowah Jrbenniesowah.hashnode.dev·Dec 16, 2024How to Monitor URLs and Send Alerts Using AWS Lambda and SNSPrerequisites Active AWS Account Active Email Address Introduction One of the many tasks I have had to complete as a DevOps engineer is monitoring the URLs of apps in production and sending email alerts to stakeholders whenever the URLs go down. ...monitoring
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Introduction to Amazon Simple Notification Service (SNS)Amazon Simple Notification Service (SNS) is a fully managed publish/subscribe (pub/sub) messaging service that enables fast, flexible, and scalable message delivery. With SNS, you can decouple and scale microservices, distributed systems, and serverl...sns
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
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 20, 2024Day-46: Set Up CloudWatch Alarms and SNS Topic in AWSHey, learners! 🎉You’ve been working with AWS services for at least the past 45 days. But have you ever wondered what would happen if a service kept charging your account, and you didn’t realize it until your pocket money was gone? 😱 What is Amazon...90DayofdevopsAWS CloudWatch
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 19, 2024Introdução ao Amazon Simple Notification Service (SNS)O Amazon Simple Notification Service (SNS) é um serviço de mensagens totalmente gerenciado de publicação/assinatura (pub/sub ou publish/subscribe) que permite o envio de mensagens de forma rápida, flexível e escalável. Com o SNS, você pode desacoplar...AWS
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
Shivprasad Waghmareshivprasadwaghmare.hashnode.dev·Nov 10, 2024Automate EC2 Instance Stop/Start on Weekends Using AWS Lambda EventBridge and SNSIntroduction In this tutorial, we will learn how to set up automatic scheduling to start EC2 instances on Monday mornings and stop them on Friday evenings. This will save costs by ensuring that the EC2 instances in lower environments (like developmen...11 likes·139 readsAWS
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
Heloise Reina Viegasheloise.hashnode.dev·Oct 5, 2024Using AWS Lambda Function to Identify Unused AWS ResourcesIn this blog post, we’ll walk through the process of creating an AWS Lambda function that identifies unused AWS resources, specifically focusing on EBS volume snapshots older than one year. We’ll use various AWS services and tools, including Python w...1 like·56 readsAWS