Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruvinsoni30/terraform_aws_monitoring
Creating Infrastructure on AWS and monitoring solution using Terraform Modules
https://github.com/dhruvinsoni30/terraform_aws_monitoring
aws cloudwatch devops modules monitoring terraform
Last synced: 2 days ago
JSON representation
Creating Infrastructure on AWS and monitoring solution using Terraform Modules
- Host: GitHub
- URL: https://github.com/dhruvinsoni30/terraform_aws_monitoring
- Owner: DhruvinSoni30
- Created: 2023-09-06T06:38:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T08:19:12.000Z (about 1 year ago)
- Last Synced: 2024-01-29T11:09:11.186Z (9 months ago)
- Topics: aws, cloudwatch, devops, modules, monitoring, terraform
- Language: HCL
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementing Monitoring Solution for AWS Infrastructure Using Various CloudWatch Alarms
* Cloudwatch alarm is used to monitor a single cloudwatch metric or the result of Match expression using cloudwatch metrics. Also, it sends out a notification based on the threshold we set for each service in the cloud watch alarm. You can actively monitor the status of each alarm in the cloud watch dashboard.
* Amazon Simple Notification Service (Amazon SNS) is a managed service that provides message delivery from publishers to subscribers (also known as producers and consumers). Publishers communicate asynchronously with subscribers by sending messages to a topic, which is a logical access point and communication channel. Clients can subscribe to the SNS topic and receive published messages using a supported endpoint type, such as Amazon Kinesis Data Firehose, Amazon SQS, AWS Lambda, HTTP, email, mobile push notifications, and mobile text messages (SMS).![workflow](https://github.com/DhruvinSoni30/Terraform_AWS_Monitoring/blob/main/images/workflow.jpeg)