Questions tagged [amazon-cloudwatch]

Amazon CloudWatch is a monitoring and management service for Amazon-hosted (AWS) cloud applications.

183 questions
0
votes
1 answer

AWS CloudWatch Alarms

I am new to AWS. I have a very basic question that needs binary answer. Situation: I've been using API Gateway, Lambda Functions, DynamoDB for about 3 weeks now. I use cloudwatch logs but never created any alarms. I'm not sure if any of these…
AnoNym
  • 1
0
votes
1 answer

AWS Trigger Automation from CloudWatch scheduled event

I have the following event source type "schedule" - 20 18 ? * SAT *. The target is SSM Automation. I have the following option ticked "Create a new role for this specific resource". When I proceed to create rule section I get the following…
0
votes
1 answer

Send Kube logs to Cloudwatch using fluentd

My cluster is on AWS and I've used kops to build by cluster. I'm trying to send the kubernetes logs to AWS Cloud-watch using fluentd. I was able to stand-up the fluentd pods. I am seeing the below error from the pod's logs. I have created…
0
votes
1 answer

Hot to create a 'no http response' alarm in AWS CloudWatch?

I'm using Amazon CloudWatch in order to configure some alarms on my EC2 Intance. My main concern is the system downtime. I configure a Status Check for the server. However it seems that the 'status check' only checks if the server is on and…
Daniel Santos
  • 158
  • 1
  • 8
0
votes
1 answer

AWS CloudWatch Events trigger SNS on STS role assuming for cross account

I have a cross-account architecture and I'm setting up a CloudWatch event for the STS role assuming into another account. I have CloudTrail enabled on the account, the logs from CloudTrail are stored in a separate accounts s3 bucket. The SNS feeds…
0
votes
1 answer

Missing metrics in CloudWatch/Grafana

I'm setting up some dashboards in Grafana using data from AWS CloudWatch for an EB application. It works fine for getting EnvironmentHealth, however for anything else I get "No data point". I have tried selecting ApplicationRequestsTotal…
dfranca
  • 135
  • 8
0
votes
1 answer

cloudwatch missing metrics

I'm probably missing something extremely obvious but I only see 6 metrics on my cloudwatch -- 4 EC2 (all about CPU Credits) and 2 for S3 (bucket size and # of objects). It feels like there should be ... you know more than 6 metrics? I really only…
MK.
  • 292
  • 1
  • 4
  • 12
0
votes
1 answer

How to setup AWS cloud watch for RAM and EBS capacity usages?

I wonder, how to setup AWS cloud watch for RAM and EBS capacity usages? As I have not seen any metrics for the same. I have seen some python scripts which need to setup as CRON, is that safe in respect to GDPR? PS I am successfully able to setup…
0
votes
1 answer

2017-10-09 AWS Cloudwatch metrics older than 63 days are missing

Is anyone else experiencing this? AWS Cloudwatch Metrics are supposed to be saved for 15 months. 1 minute metrics are rolled up into 5 minute metrics after 2 weeks, and 5 minute metrics are rolled up into 1 hour metrics after 2 months. Currently, as…
JDS
  • 2,508
  • 4
  • 29
  • 48
0
votes
1 answer

How to set different destination ('region') of an aws cloudwatch logging agent inside a docker image?

Here is my dockerfile. FROM 796678920264.dkr.ecr.us-west-1.amazonaws.com/myproject/base:latest COPY /* / RUN python awslogs-agent-setup.py --non-interactive -c /aws-log.myservice.cfg --region us-west-2 CMD ["/start.sh"] I use the dockerfile…
Anthony Kong
  • 2,976
  • 10
  • 53
  • 91
0
votes
2 answers

How to send alert for AWS EBS impaired volume?

What is the best method to send an alert via SNS for an AWS EBS volume that has been marked as "impaired"? Within Console > EC2, under Instances > Status Check tab, you can set a CloudWatch alert. However, there is no ability under the Volume >…
Rob Olmos
  • 2,220
  • 1
  • 15
  • 25
0
votes
0 answers

route53 healthcheck always healthy

I am trying to use Route53 for automatic failover. The problem I am having is that even though the CloudWatch alarm I am using in the health check is in an Alarm state, the health check is still reporting as healthy, and the DNS is still resolving…
0
votes
0 answers

Is there an integrated way of sending console log to cloudwatch?

I'd like to send the console output from some EC2 instances to cloudwatch. Specifically I'm interested in the cloud-init output. Is there some standard way to do it in AWS configuration? I know I can install a daemon on the instance which will…
viraptor
  • 1,264
  • 6
  • 21
  • 40
0
votes
1 answer

Will AWS's CloudWatch restore my server's data?

I have an EC2 instance on AWS that is currently hosting a simple Webserver using nginx and python-flask. The OS on the instance is Ubuntu 16.04. I am concerned about a potential server failure, so I want to set up AWS CloudWatch to automatically…
Newb
  • 103
  • 3
0
votes
0 answers

Aggregating logs in AWS CloudWatch

I have a web request log with the following structure: [ts, app, controller, action, method, url, elapsed] I would like to see requests that are taking elapsed > 1000 grouped by app, controller and action, is this even possible with AWS CloudWatch?
NullOrEmpty
  • 379
  • 2
  • 5
  • 16