AWS CloudWatch Basics (.NET Core and NodeJS Applications)

Jawadhasan
7 min readApr 21, 2022
Photo by Julian Hochgesang on Unsplash

Introduction

AWS CloudWatch is Amazon’s monitoring service which provides logging and alarm functionalities and used with almost every AWS service available.

Monitoring helps us drive to improvements of the experience for our stakeholders and architecture.

CloudWatch monitors AWS resources using matrices, alarms and alerts. Using the matrices, you can have alarms fire (e.g. CPU utilization is at 85%).

AWS CloudWatch provides metrics about your various AWS resources and allows you to monitor the performance and health of your applications. It collects data from your cloud resources in the form of logs or events and creates visualizations of these metrics so that you can see how all your resources are performing.

CloudWatch has a lot of features and use cases, however, our focus will be application logs and we will see how CloudWatch can help us with our application logging and monitoring.

I will be using .NET Core and NodeJS code samples for the demos, but principals are the same if you use Java, Python or other supported languages/run-times. Also focus will be on the application side, rather than infrastructure.

CloudWatch Integration

--

--

Jawadhasan

Software Solutions Team Lead | Cloud Architect | Solutions Architect