DCD-436: Enable/start CW agent.

This commit is contained in:
Steve Smith
2019-09-11 11:24:50 +10:00
parent cca50a4d9d
commit 5a98350702
4 changed files with 25 additions and 0 deletions

View File

@@ -3,3 +3,6 @@
# See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/download-cloudwatch-agent-commandline.html
aws_download_region: "{{ ansible_ec2_placement_region | default('us-west-2') }}"
aws_cloudwatch_agent_rpm: "https://s3.{{ aws_download_region }}.amazonaws.com/amazoncloudwatch-agent-{{ aws_download_region }}/amazon_linux/amd64/latest/amazon-cloudwatch-agent.rpm"
# Mostly for molecule testing, as skip-tags doesn't work with handlers.
atl_aws_agent_restart: true