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...Discuss90DayofdevopsAWS 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...DiscussAWS
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...DiscussAWS
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...DiscussAWS
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...Discuss·11 likes·65 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...Discuss·28 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...Discuss·1 like·55 readsAWS
Yogesh Borudeyogeshb.hashnode.dev·Sep 16, 2024Understanding Amazon SNS: A Comprehensive Guide to Event-Driven MessagingIn today's rapidly evolving tech landscape, effectively communicating between various services, microservices, and systems is essential. One tool that stands out in achieving seamless communication is Amazon Simple Notification Service (SNS). This fu...DiscussDevops
Freda Victorlearndataengineering.hashnode.dev·Sep 10, 2024Building an Automated Job Scraping System on AWSIn this blog, I’ll guide you through the process of building an automated job scraping system on AWS, sharing my journey, challenges, and solutions. This project involves scraping job data from various sources, processing it with AWS Lambda, storing ...DiscussPython
Sahil Kaushalsahilkaushal.hashnode.dev·Aug 31, 2024Day 46 : Set up CloudWatch alarms and SNS topic in AWSWhat is Amazon CloudWatch? Amazon CloudWatch is a comprehensive monitoring and observability service provided by AWS. It allows you to collect and track metrics, monitor log files, set alarms, and automatically react to changes in your AWS resources ...Discuss#CloudWatch