According to aws documentation, this is the command to install the aws-log agent:
sudo yum install -y awslogs
However since I am using ubuntu, I have to use apt-get
. But the aws-log
package is not available.
Is there an equivalent of the aws-log
for ubuntu? If not, how can I install it?