0% found this document useful (0 votes)
95 views

Tutorialsdojo - com-CloudWatch Agent Vs SSM Agent Vs Custom Daemon Scripts

This document compares CloudWatch Agent, SSM Agent, and custom daemon scripts for collecting and sending metrics and logs to AWS services. CloudWatch Agent allows collecting more system-level metrics than standard CloudWatch metrics, and supports retrieving custom metrics and logs. It can be installed via command line, SSM Agent, or CloudFormation. SSM Agent processes automation requests from AWS Systems Manager at root level to configure instances. Custom scripts can be used if the other agents don't meet needs, and are useful for modifications before sending data.

Uploaded by

asassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views

Tutorialsdojo - com-CloudWatch Agent Vs SSM Agent Vs Custom Daemon Scripts

This document compares CloudWatch Agent, SSM Agent, and custom daemon scripts for collecting and sending metrics and logs to AWS services. CloudWatch Agent allows collecting more system-level metrics than standard CloudWatch metrics, and supports retrieving custom metrics and logs. It can be installed via command line, SSM Agent, or CloudFormation. SSM Agent processes automation requests from AWS Systems Manager at root level to configure instances. Custom scripts can be used if the other agents don't meet needs, and are useful for modifications before sending data.

Uploaded by

asassa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

CloudWatch Agent vs SSM Agent vs Custom Daemon Scripts

tutorialsdojo.com/cloudwatch-agent-vs-ssm-agent-vs-custom-daemon-scripts

April 29,
2019

CloudWatch Agent SSM Agent (AWS Custom Daemon Scripts


Systems Manager)

1/3
CloudWatch agent SSM Agent is You use custom scripts
allows you to collect Amazon software (such as cron or bash
more system-level that runs on your scripts) if the two previously
metrics from your EC2 EC2 instances and mentioned agents do not fit
and on-premises your hybrid your needs.
servers than just the instances that are CloudWatch agent is useful
standard CloudWatch configured for for collecting system-level
metrics. Systems Manager. metrics and logs. You can
It also enables you to SSM Agent create custom scripts that
retrieve custom metrics processes requests perform some modifications
from your applications from the Systems before the metrics are sent
or services using the Manager service in out.
StatsD and collectd the cloud and SSM Agent is also useful for
protocols. StatsD is configures your automation purposes,
supported on both machine as though Systems Manager
Linux servers and specified in the does not have a document
servers running request. You can for every case scenario. You
Windows Server. manage servers may also have some
collectd is supported without having to compliance requirements
only on Linux servers. log in to them that would require SSM
You can use using automation. Agent to be disabled (recall
CloudWatch agent to SSM Agent sends that SSM agent runs at root
collect logs from your status and level permissions).
servers and send them execution
to CloudWatch Logs. information back to
Metrics collected by the the Systems
CloudWatch agent are Manager service by
billed as custom using the EC2
metrics. Messaging service.
You can install SSM Agent runs on
CloudWatch Agent Amazon EC2
using three ways: instances using
via Command root permissions
Line (Linux) or SYSTEM
via SSM Agent permissions
via AWS (Windows).
CloudFormation CloudWatch agent
replaces SSM agent
in sending metric
logs to CloudWatch
Logs.

References:

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Install-CloudWatch-
Agent.html
2/3
https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html

***

AWS Certified Solutions Architect is consistently among the top paying IT certifications in the
world, considering that Amazon Web Services is the leading cloud services platform with almost
50% market share! Earn over $150,000 per year with an AWS certification!

Subscribe to our newsletter for more helpful AWS training notes and blogs like this and answer as
many AWS practice exams as you can.

Subscribe to our Newsletter

Sign up now and have the latest tech tutorials delivered straight to your mailbox.

PLUS: Upgrade your career by getting exclusive access to recent AWS exam passers' tips,
freebies, promotions and lots more!
I agree to have my personal information transfered to AWeber ( more information )

3/3

You might also like