Top "Amazon-cloudwatch" questions

Amazon CloudWatch provides monitoring for AWS cloud resources and the applications customers run on AWS.

Trigger AWS CloudWatch Event Manually

I have a event in CloudWatch, which is triggered once a day. Is there a way to trigger the event …

amazon-web-services amazon-cloudwatch
How to check AWS EC2 instance current uptime

What is the best way to check the EC2 instance uptime and possibly send alerts if uptime for instance is …

amazon-web-services amazon-ec2 aws-cli amazon-cloudwatch uptime-monitoring
Ansible Cloudwatch rule reports failed invocations

I have created an AWS lambda that works well when I test it and when I create a cron job …

amazon-web-services ansible amazon-cloudwatch
How to monitor EC2 instances by memory?

Using Cloudwatch you can monitor your EC2 instances by several criteria, such as network usage, CPU usage, and so on… …

amazon-web-services amazon-ec2 amazon-cloudwatch
How to query cloudwatch logs using boto3 in python

I have a lambda function that writes metrics to Cloudwatch. While, it writes metrics, It generates some logs in a …

python boto3 amazon-cloudwatch
How to pass and retrieve constant json data to lambda function

I have lambda function defined sth like : def lambda_handler(event, context): #get constant json argument passed from cloudwatch event …

amazon-web-services aws-lambda amazon-cloudwatch
How to filter CloudWatch Log Insights with ispresent() function

I'm trying to perform a really simple query on the not so new AWS Cloudwatch Log Insights I'm following their …

amazon-cloudwatch aws-cloudwatch-log-insights
How to query distinct from AWS log insights

I need to query data from lambda using AWS Cloudwatch log insights. The query syntax provide by aws doesn't have …

amazon-web-services amazon-cloudwatch aws-cloudwatch-log-insights
Amazon Web Service CloudWatch custom metrics with dimensions

I'm trying to push data into a custom metric on AWS CloudWatch but wanted to find out more about the …

amazon-web-services amazon-cloudwatch
AWS Lambda - CloudWatch Event type

When writing an AWS Java Lambda function that's triggered by Cloudwatch scheduled events, which event object gets passed to the …

amazon-web-services aws-lambda amazon-cloudwatch