WeAreCloudar / chef-cloudwatch-logs

Chef recipe for CloudWatch Logs
6 stars 8 forks source link

AgentDependencies #9

Open askmike1 opened 6 years ago

askmike1 commented 6 years ago

AgentDependencies are needed otherwise it will fail. Any way this can get added?

https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/QuickStartEC2Instance.html


tar xvf AgentDependencies.tar.gz -C /tmp/
./awslogs-agent-setup.py ..... --dependency-path /tmp/AgentDependencies```
benbridts commented 6 years ago

Hi askmike1,

I'll try to make time for this, but it might take me a while.

This is new in the documentation, so I would have to take a look, but I assume it is.

I also saw some new things in the docs about python3, so can you please give me the following information too.

askmike1 commented 6 years ago

@ikben So I made the above PR which is what I'm basically doing manually in my cookbook right now. From all the documentation I've seen, AgentDependencies is a requirement no matter what (regardless of the python version). Regarding my OS, this is a redhat based AMI in AWS.

AWS Docs: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/QuickStartEC2Instance.html