Amazon CloudWatch is a monitoring and management service for Amazon-hosted (AWS) cloud applications.
Questions tagged [amazon-cloudwatch]
191 questions
0
votes
1 answer
AWS Alarms in "ALARM" state not triggering Policy actions
Today I created an AutoScaling Group with several policies, each with an Alarm associated with a CloudWatch metric. The AutoScaling Group launched two instances, because that the minimum that I required for that group. I turned on my benchmarking…

SunSparc
- 998
- 3
- 11
- 23
0
votes
1 answer
Manage SNS Topic Metrics
I've created many Metrics Topics and I want to edit and delete some. But couldn't find any way in console to do so.
Is it possible somewhere in the Console?
Is there are any APIS, commands I can use to do so?

Bassam Gamal
- 250
- 4
- 12
0
votes
1 answer
Time between AWS Notifying of Scale Down and Terminating instance
Here is the scenario, there are multiple EC2 instances behind a load balancer. When traffic dies down, the SCALE_DOWN policy is triggered from a CloudWatch alarm. What I would like, is for the instance that is going to be terminated, or a separate…

SteveEdson
- 1,539
- 3
- 12
- 23
0
votes
0 answers
How to snooze all cloudwatch alarms at specific time?
I am trying to setup snooze option for all alarms in my AWS account. To accomplish this I have tried the below terraform code. I kept my account id as dummy value 12345678.
resource "aws_cloudwatch_event_rule" "snooze_alarms_rule" {
name =…

Meghana d
- 1
- 1
0
votes
0 answers
Is that possible to monitor mysql in cloudwatch?
I have some server in EC2, In that i have configured memory/disk usage metric in cloudwatch it is showing overall usage but i want to check memory of particular path How to check that? Is that possible?

Kani
- 1
- 1
0
votes
0 answers
AWS centralized logging with single index for all log groups
I am setting up logging on AWS, based on official AWS Centralized logging (source). Cloudwatch log groups are added with command like:
aws logs put-subscription-filter --destination-arn DEST --log-group-name NAME --filter-name FILTER…

wtdmn
- 63
- 1
- 5
0
votes
0 answers
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 tried following changes in…

user2331760
- 155
- 4
- 12
0
votes
2 answers
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 single cloudwatch alarm for only these set of…

user2331760
- 155
- 4
- 12
0
votes
0 answers
Is there way to monitor all aws iam users activity and send email alert using python lambda?
I have tried send alert notification for AWS IAM all users activity from lambda python, however its not working, please share any other way to work and find below cloudwatch event patter and lambda code I used in my aws account.
Cloudwatch event…

bala murugan
- 1
- 1
0
votes
0 answers
How to create Multi-metric Alarm
There are multiple instances with servicename-N running & i am able to push custom metric using python sdk to Namespace-X. However when i create alarm it only let me select One metric from one of the instances. Any pointers, to achieve this(have…

pkachu
- 3
- 1
0
votes
0 answers
Event Details in Cloudwatch Alarm (cloudtrail)
We Have a trail created, and dumping into cloudwatch logs group.
From there i have crated a metric filter for various activities we wish to monitor. (root access, IAM ROLE Changes, Deletions, ETC). I have then created alarms to send to our SNS topic…
0
votes
0 answers
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: HTTP/1.1
Request method: GET
Remote Address:…

sam23
- 49
- 1
- 5
0
votes
0 answers
AWS set ec2 instance as unhealthy if specific service is down
I have couple of instances part of ASG, these are worker ec2 instances not exposed to the public, there is a systemctl service initialized via user-data, sometimes initializing the service fails for a reason or another.
When such case happens I need…

Aladdin
- 101
0
votes
1 answer
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?
Assume that my EC2 burstable (t-series) instance is…

Surya H
- 21
- 5
0
votes
1 answer
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 enable notification to Topic, but we get all events…