user1272047programmingetc.hashnode.dev·Feb 16, 2025AWS SNS (Simple Notification Service) TutorialAWS SNS (Simple Notification Service) Tutorial 1. Creating and Managing an SNS Topic Example 1: Create an SNS Topic aws sns create-topic --name MySNSTopic Explanation Creates a new SNS topic for messaging. aws sns create-topic Requires a unique...awsAWS
Morolakemorolakeanifowose.com·Jan 18, 2025NBA Game Day Notifications: Real-time Alerting System using AWS ServicesThis project from Ifeanyi Otuonye focuses on creating an alerting system to deliver scores from sports games. I decided to go with NBA games since I enjoy watching Jokic in Denver. The services used include AWS SNS, AWS Lambda, AWS Event Bridge, IAM ...36 readslambda
Blessing Aliublessingaliu.hashnode.dev·Jan 8, 2025🌤️ Day 2: Building a Real-Time NBA Game Day Notification System with AWS Lambda, SNS and EventBridge (Event-driven Serverless Architecture)Get ready to build your own automated NBA game notification system! This guide will walk you through setting up a local Python environment and integrating powerful AWS serverless tools like Lambda, SNS, and EventBridge with the SportsData.io API. By ...66 reads30 Day DevOps Challenge | DevOpsAllStarsChallengecloudformation
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Dec 30, 2024Advanced Terraform Project 2: Automated ASG Lifecycle Management with Integrated SNS and Lambda Functions for Seamless Instance Termination.Introduction: This project is designed to manage AWS infrastructure using Terraform, leveraging Auto Scaling Groups (ASG) and Application Load Balancers (ALB) to dynamically handle server loads. Additionally, SNS and Lambda functions are integrated t...Terraform
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
Chinnayya Chinthaserverlesslambda.hashnode.dev·Dec 21, 2024Mastering AWS Lambda: Key Interview Topics and Preparation TipsAWS Lambda is a cornerstone of serverless architecture, enabling developers to run code without managing servers. Whether you’re preparing for an interview or looking to deepen your understanding, this guide covers essential Lambda topics, key use ca...2 likesAWS
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 17, 2024Streamlining AWS Compliance: A Guide to Email Notifications for Non-Compliant ResourcesOverview :- In the ever-evolving landscape of cloud governance, ensuring AWS resource compliance is paramount. AWS Config provides a robust solution, and in this guide, we’ll delve into the essential process of setting up email notifications for non-...AWS
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
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
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 19, 2024Setting Up CloudWatch Alarms and SNS for AWS Billing AlertsIntroduction: Managing your AWS spending is crucial to avoid unexpected charges and stay within your budget. One effective way to do this is by setting up billing alerts using Amazon CloudWatch and Amazon Simple Notification Service (SNS). In this ar...2 likes·30 readscloud watch alarm