Questions tagged [amazon-cloudwatch]
Amazon CloudWatch is a monitoring and management service for Amazon-hosted (AWS) cloud applications.
189 questions
0
votes
0
answers
32
views
"Synthetic Canaries" Missing From AWS Account
We have multiple accounts. I'm currently logged-in as an admin in all accounts.
One account shows the canaries ("Synthetics Canaries"):
However, the other accounts don't:
I don't remember ...
0
votes
1
answer
625
views
AWS ECS Scheduled Tasks logs not showing up in CloudWatch
I have an ECS cluster (on Fargate 1.4.0) with many tasks and services that all log into Cloudwatch, and everything is fine. I have a couple of ECS scheduled tasks (via EventBridge), and I know they ...
1
vote
1
answer
253
views
cloudwatch: Getting task IDs/logs associated with scheduled ECS task invocations
We have a Lambda function that catches and records container events so that we can maintain a searchable history of invocations. Still, it'd be very useful to identify the task IDs that correspond ...
0
votes
1
answer
283
views
How can I monitor Glue jobs that are fired by EventBridge?
My stack is as follows:
EventBridge fires a Glue job at a regular interval.
Said Glue job runs Python scripts, which run as Step Functions.
The output of these scripts is saved to S3.
How can I ...
1
vote
0
answers
757
views
Fluent Bit doesn't create log stream in CloudWatch
Fluent Bit sends only the first logstream and the others not. This is my configuration:
config:
inputs: |
[INPUT]
Name tail
Path ...
1
vote
1
answer
928
views
Proof that aws cloudwatch get-metric-statistics works
I am learning to use the aws cloudwatch get-metric-statistics subcommand in the AWS command line tool. To prove to myself that I am using the tool correctly, I would like a simple example command that ...
0
votes
0
answers
186
views
alarm for direct connect is showing insufficient data with terraform, how to fix that?
I tried creating alarm for direct connect using this link.
But it is showing insufficient data, so I tried creating manually from aws console and it is working.
So, did a side by side comparison and ...
0
votes
2
answers
3k
views
How to create cloudwatch alarm for multiple ec2 instances?
Did found the similar question earlier but no solution there.
How to create cloudwatch alarm for multiple ec2 instances?
Let's say I have 15 ec2 instances, I can group them with a tag, how to create ...
1
vote
0
answers
174
views
aws guardduty some alerts won't notify on slack
I have recently setup aws guardduty with slack notification using this guide right https://medium.com/@damitj07/how-to-create-a-slack-alert-for-guardduty-49d542927529, there were a few issues with the ...
1
vote
1
answer
2k
views
AWS RDS Slow Query, General, and Audit logs have disappeared. Enhanced Monitoring cannot be turned on
I had AWS RDS enhanced monitoring turned on in our Production and UAT RDS databases. These are connected to an ERP instance.
I went to look for slow queries while debugging a user issue, and the Audit,...
0
votes
0
answers
310
views
How to locate a specific request in AWS, cloudtrail or Athena
How locate a specific request in AWS, cloudtrail or cloudwatch?
Request on 2022-11-17T17:07:52.037Z
General:
Request URL: https://0712f1246-1104-y-https-www-abc-com.mplbci.ekb.eg/access
HTTP Version: ...
0
votes
1
answer
3k
views
AWS-EC2 100% CPU Utilization
I am curious to know about 2 things below about the AWS-EC2 CPU utilization and CPU Credits.
What will happen if my AWS-EC2 instance CPU utilization is constantly 100% and I ran out of CPU credits?
...
0
votes
1
answer
185
views
Is it possible to have a Cloudwatch alarm of the specific events of a ElastiCache Redis cluster?
I need some solution to get cloudwatch alarm notification for specific elasticache events like '''ElastiCache:CacheNodeReplaceStarted''', '''ElastiCache:RemoveCacheNodeComplete'''.
I know we can ...
2
votes
0
answers
311
views
AWS CloudWatch Alarm on Max Average CPU from ASG
I am trying to create an alarm in CloudWatch which triggers when any node in a given ASG has greater than 90% average CPU utilisation.
I don't want to just do MAX, because we often see short spikes to ...
1
vote
0
answers
446
views
Why are docker container logs sent from ec2 to cloudwatch in batches using awslogs driver?
I have three docker containers running; server, proxy server and a daemon checking for changes between two databases. I've used docker-compose and an ec2 instance for testing. I would like to stream ...