Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For Windows, follow the below command to connect to the EC2 instance.

Code Block
curlInvoke-WebRequest -OUri "https://s3.amazonaws.com/amazoncloudwatch-agent/windows/amd64/latest/amazon-cloudwatch-agent.msi" -OutFile "C:\amazon-cloudwatch-agent.msi" 


Use the following command to install the Agent on Ubuntu:

Code Block
$ sudo dpkg -i -E ./amazon-cloudwatch-agent.deb

For WindowsTo install the Agent on Windows user need to execute the below command from the path where the msi file is installed:

Code Block
msiexec /i amazon-cloudwatch-agent.msi

...