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
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...Discuss·2 likescloud watch alarm
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
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 ...Discuss·1 likeSWF
Prem Sai Noolupremsai.hashnode.dev·Sep 2, 2024Automating EC2 Instance Management to Reduce AWS CostsIn a typical AWS environment, running EC2 instances continuously can lead to high costs, especially if those instances are not utilized during certain periods, such as overnight or during non-business hours. To address this, I developed a solution th...Discuss·10 likes·65 readsAWS
Pooja Bhavanipoojabhavani.hashnode.dev·Aug 29, 2024Day-46: Set up CloudWatch alarms and SNS topic in AWS☁️What is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resour...Discuss·1 like#CloudWatch
Bandhan Majumderbandhanmajumder.hashnode.dev·Aug 2, 2024AWS cost optimization practicesOne of the main reasons for people shifting from on-premises to the cloud is Cost Optimization. While you don't have to handle maintenance, failing to optimize the cloud can lead to exorbitant costs. AWS Lambda is one of the most popular services tha...Discuss·27 readsAWS
Mohamed El ErakiforEraki Blogeraki.hashnode.dev·Jun 20, 2024[AWS] Lambda - URL Invoking + Terraform Project 11Inception Hello everyone, This article is part of The Terraform + AWS series, And it's not depend on the previous articles, I use this series to publish out Projects & Knowledge. Overview Hello Everyone, Using Lambda URL invoking provides a very use...Discuss·68 readsTerrafrom + AWSTerraform
Prathyush Bhanuprathyushbhanu.hashnode.dev·Jun 12, 2024Boost Your Notifications with Amazon SNS: A Beginner's GuideAmazon Simple Notification Service (SNS) is a fully managed messaging service that enables you to send notifications or messages to multiple subscribers through various communication channels like SMS, email, and push notifications. It ensures that i...Discuss·56 readsAmazon SNS
Md. Minhazul HaqueProblog.mdminhazulhaque.io·Jun 7, 2024Automate Error Detection with CloudWatch Log AlarmsAssume you have a log group in CloudWatch that continuously holds the application logs. If the logs are encoded as JSON, it will be very useful to filter the logs based on specific JSON keys or fields. Here is the CloudWatch query that filters logs w...Discuss·53 reads#CloudWatch