user1272047programmingetc.hashnode.dev·Feb 16, 2025AWS CloudWatch Tutorial1. Creating and Managing CloudWatch Logs Example 1: Create a Log Group aws logs create-log-group --log-group-name MyAppLogs Explanation Creates a new CloudWatch log group to organize logs. aws logs create-log-group The log group name must be uni...awsAWS
Sohag Hasannotes.sohag.pro·Feb 13, 2025Understanding AWS CloudWatchUnderstanding Amazon CloudWatch: Your Home's Smart Monitoring System in the Cloud Imagine you just moved into a smart home. You have sensors that tell you when doors are opened, how much electricity you're using, and if the temperature is too high. T...DevOpsAWS
Pradeep ABpradeepab.hashnode.dev·Feb 12, 2025Rate Limiting for AWS - API GatewayIntroduction: AWS API Gateway is a fully managed service that allows developers to create, deploy, and manage secure APIs at any scale. It acts as a front door for applications to access data, business logic, or functionality hosted on AWS services l...AWS
Cheedge Leenotes-renovation.hashnode.dev·Feb 10, 2025Combining AWS Monitoring Services: A Basic ExampleOverview workflow In previous article we have discussed about the difference and usage of different Monitor services in AWS. Next we will combine CloudTrail, EventBridge, CloudWatch, X‑Ray, and SNS together around a simple Lambda–S3 workflow. In this...AWS Monitors and LogsAWS
AL Noor Istiak Mahmudtop-devops-tools-2025.hashnode.dev·Jan 31, 2025Top 15 AWS Services that Every DevOps Engineer Should LearnIn the ever-evolving world of cloud computing, Amazon Web Services (AWS) has emerged as a dominant force, offering many services catering to various application development, deployment, and management aspects. For DevOps engineers, mastering AWS is n...10 likesDeveloper Tools
Raul Naupariblog.raulnq.com·Jan 25, 2025Send Amazon CloudWatch Alarms to Microsoft TeamsThe following article demonstrates how to use an AWS Lambda function to forward AWS CloudWatch alarms to Microsoft Teams, utilizing an SNS topic as an intermediary. Pre-requisites An IAM User with programmatic access. Install AWS CLI. Install AWS ...#CloudWatch
Georgiana Gorganbitmaker.cloud·Jan 19, 2025Serverless Application with AWS Lambda and API GatewayProject Description This project involves developing a serverless application using AWS Lambda for backend logic, API Gateway for creating a RESTful API, and DynamoDB for data storage. Terraform scripts are used to manage the serverless infrastructur...My ProjectsAPIs
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 13, 2025Automating AWS Monitoring with CloudWatch, SNS, and LambdaCloudWatch - Monitor AWS resources such as EC2 instances, RDS databases and S3 bucket. Collect and analyse logs from AWS services and applications. You can set alarms and notifications based on metric and log data. Visualize data using dashboar...#CloudWatch
Amal Rajwhat-is-ec2.hashnode.dev·Jan 13, 2025🤷♂️What is CloudWatch and How to Monitor AWS EC2 memory utilization and set CloudWatch Alarm ?👉Amazon CloudWatch is a monitoring and observability service provided by AWS (Amazon Web Services) that helps you collect and track metrics, logs, and events to gain insights into the performance, availability, and overall health of your AWS resourc...AWS
Eric Hamacherhamacher.cloud·Jan 5, 2025AWSsence: Exploring Event MonitoringToday, I want to take a simple idea—monitoring an event in AWS CloudTrail—and explore several ways to implement a system that would alert interested parties. The purpose is to share various methods to set up monitoring. Some are simple, others are mo...1 like·52 readsOpscenter