Questions tagged with Amazon CloudWatch
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hi team,
I am running an application in AWS Fargate that consumes and processes messages from SQS queues.
I want to auto-scale the fargate service based on the queue length
Thsi is my CDK...
1
answers
0
votes
128
views
asked 11 days agolg...
Does changing the log retention period from 1 month to two month will it delete previous logs?
1
answers
0
votes
53
views
asked 11 days agolg...
Hello, I'm attempting to list all the metric streams in my account via the list-metric-streams cli call. In every account I have, the call is resulting in "An error occurred (InternalFailure) when...
1
answers
0
votes
65
views
asked 12 days agolg...
Hi there,
I am working with Sagemaker Real-Time Endpoints and application autoscaling policies. I can make my endpoint scale out successfully, but I can't get to work the scale in part. Below you can...
1
answers
0
votes
47
views
asked 12 days agolg...
Hey,
I have successfully configered CloudWatch Agent on a EC2 instance and can view the metrics in the "All metrics" section. When creating an alarm from these metrics, the alarm shows "insufficient...
Accepted AnswerAmazon CloudWatch
3
answers
0
votes
88
views
asked 13 days agolg...
Hi Team- I need assistance with using "assume role" to access CloudWatch metrics, retrieve the necessary data, and save it to an S3 bucket. I've created a Python script for this purpose, but I'm...
1
answers
0
votes
65
views
asked 14 days agolg...
CloudWatch Logs is showing 0 events sometimes, and sometimes the same stream is showing events.lg...
We are trying to fetch Cloudwatch logs but we are facing major issues with the CloudWatch logs service.
Here are just a few issues we faced:
Case 1:
Log group: /aws/lambda/update_prop_cofig
Stream...
0
answers
0
votes
67
views
asked 16 days agolg...
I am trying to update thresholds in a cloud watch alarm -- I log in and use CAZ to get admin access. But when I try to edit alarm thresholds or data points and hit "update" I get error:
... is...
2
answers
0
votes
83
views
asked 17 days agolg...
Hello,
I have an Elastic Beanstalk Java application and configured application logs to be sent to Cloudwatch using log groups. Now I have eb-engine.log, eb-hooks.log, access.log, error.log,...
1
answers
0
votes
85
views
asked 17 days agolg...
I create a test lambda on aws and apply following policy to stop logs on cloudwatch
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Deny",
"Action": [
...
2
answers
0
votes
83
views
asked 17 days agolg...
Hi, recently at my company, we started using MWAA and we noticed our CloudWatch bill is spiking a lot. I found that this might be due to metrics pushed from MWAA and I want to stop all the metrics...
3
answers
0
votes
100
views
asked 17 days agolg...
I wanted to create a SageMaker Endpoint that will autoscale based on CPU usage, at first I created a StepScalingPolicy as such:
```
def set_step_scaling(endpoint_name, variant_name):
policy_name...
2
answers
0
votes
61
views
asked 17 days agolg...