Questions tagged [cloudwatch]
66 questions
0
votes
1 answer
how to create custom metrics in AWS ec2 for monitoring memory utilization of an instance
I would like to know how to create custom metrics to monitor my aws EC2 instance?
I want to monitor the memory utilization of my instance
I know its by creating custom metrics using power-shell but whenever i try it it says install .net SDK for the…

Akhil
- 1
- 3
0
votes
2 answers
Disable AWS Cloudwatch alarm during normal working hours
I want an alarm to operate only overnight between 18:00 and 08:00 so I can keep an EC2 instance running all the working day and stop overnight if no-one is using it. Is this possible?

N Burnett
- 127
- 1
- 7
0
votes
1 answer
Can I monitor the usage of individual directories with AWS CloudWatch?
I'm developing a platform where users will in effect have their own site within a directory of my own. Each user site will consist of a package of php scripts and the template/image files for their sites custom layout. Each user site will be…

RebDev
- 335
- 1
- 5
- 13
0
votes
1 answer
terminate instance; Amazon cloudwatch
Im guessing PutMetricAlarm is the solution.
http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutMetricAlarm.html
I tried this:
Dimension instance = new Dimension();
instance.Name = "InstanceId";
instance.Value =…

Villapando Cedric
- 289
- 1
- 4
- 14
-1
votes
3 answers
LWP::Protocol::https::Socket: connect: timeout error
I am trying to configure aws cloudwatch script for monitoring memory etc. While executing the script we get below error and I upgraded the perl package the LWP version is also latest as 6 but still script is failing with below error.
I tried setting…

keeplearning
- 113
- 1
- 9
-3
votes
1 answer
Management of AWS resources Configuration
What is the difference between Cloudwatch, Config, Trusted Advisor and Cloud Trail? Is there any overlapping of features provided by these web services?