From a116d1a2c32541b43c4912f725a156d2aa2fd8a0 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Mon, 29 Nov 2021 15:35:51 +0000 Subject: build: T4013: Add aws-cloudwatch-agent for aws iso images --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 092b8386..39fd6f88 100644 --- a/Makefile +++ b/Makefile @@ -127,6 +127,7 @@ GCE-debug: clean prepare AWS: clean prepare @set -e @echo "It's not like I'm building this specially for you or anything!" + wget -O build/config/packages.chroot/amazon-cloudwatch-agent-amd64.deb https://s3.eu-central-1.amazonaws.com/amazoncloudwatch-agent-eu-central-1/debian/amd64/latest/amazon-cloudwatch-agent.deb mkdir -p build/config/includes.chroot/etc/cloud/cloud.cfg.d cp tools/cloud-init/AWS/90_dpkg.cfg build/config/includes.chroot/etc/cloud/cloud.cfg.d/ cp tools/cloud-init/AWS/cloud-init.list.chroot build/config/package-lists/ -- cgit v1.2.3