CloudWatch Agent on Lightsail

Step 2: Installing CloudWatch Agent

Welcome back to my adventure in installing the AWS CloudWatch Agent on a Lightsail instance. I hope you enjoyed the break while I waited for the instance to provision.

New toys!

Next I logged into the instance via a console and installed the CloudWatch agent as per the directions provided from AWS

No, not a Nintendo console.

wget https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb

When done correctly the output looked like this:

Bingo!
sudo dpkg -i -E ./amazon-cloudwatch-agent.deb
No errors? No problem.

So far, so good. I was making good progress towards the goal of having monitoring for my Lightsail (aka ‘On Premise’) instances.

Following the install of the CloudWatch Agent I had to configure some access controls. This would require some IAM operations.

One thought on “CloudWatch Agent on Lightsail

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.