Top "Amazon-cloudwatch" questions

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

aws lambda Unable to import module 'lambda_function': No module named 'requests'

I have recently started to use AWS Lambda to use triggers against some python code I have written. I currently …

python amazon-web-services logging lambda amazon-cloudwatch
Can't get AWS Lambda function to log (text output) to CloudWatch

I'm trying to set up a Lambda function that will process a file when it's uploaded to an S3 bucket. …

amazon-web-services aws-lambda amazon-cloudwatch
how to view aws log real time (like tail -f)

I can view the log using the following command. aws logs get-log-events --log-group-name groupName --log-stream-name streamName --limit 100 what is the …

aws-cli amazon-cloudwatch
AWS Cloudwatch Log - Is it possible to export existing log data from it?

I have managed to push my application logs to AWS Cloudwatch by using the AWS CloudWatch log agent. But the …

amazon-web-services amazon-cloudwatch
How do I filter and extract raw log event data from Amazon Cloudwatch

Is there any way to 1) filter and 2) retrieve the raw log data out of Cloudwatch via the API or from …

amazon-web-services logging amazon-cloudwatch
Parameter ScheduleExpression is not valid

I'm trying to setup a Cloudwatch Scheduled Event and my cron expression seems to be invalid, though I can't figure …

cron aws-lambda amazon-cloudwatch
Amazon Cloudwatch Logs Insights with JSON fields

I am trying to use Logs Insights with data containing JSON in one of the fields, and to parse the …

json amazon-cloudwatch amazon-cloudwatchlogs
How do you delete an AWS CloudWatch metric?

I am decommissioning a service in Amazon Web Services DynamoDB. We have various metrics and alarms for our DyDB tables. …

amazon-web-services amazon-dynamodb amazon-cloudwatch
Specify log group for an AWS lambda?

Is there a way to specify the CloudWatch log group that an AWS lambda logs to? It seems to be …

amazon-web-services aws-lambda amazon-cloudformation amazon-cloudwatch
How do I set up CloudWatch to detect when an EC2 instance goes down?

I've got an app running on AWS. How do I set up Amazon CloudWatch to notify me when the EC2 …

amazon-web-services amazon-cloudwatch