From d886b6987f4864a4949fe84f2ddbc5584ff1fef0 Mon Sep 17 00:00:00 2001 From: gmbronco <83549293+gmbronco@users.noreply.github.com> Date: Sat, 7 Oct 2023 16:20:40 +0200 Subject: [PATCH] fix: removing newrelic infra (#474) --- .ebextensions/newrelic.config | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .ebextensions/newrelic.config diff --git a/.ebextensions/newrelic.config b/.ebextensions/newrelic.config deleted file mode 100644 index da27a775e..000000000 --- a/.ebextensions/newrelic.config +++ /dev/null @@ -1,23 +0,0 @@ -files: - "/etc/newrelic-infra.yml" : - mode: "000644" - owner: root - group: root - -commands: -# Extract password from env - "01-setup-license-key": - command: | - echo "license_key: $(/opt/elasticbeanstalk/bin/get-config environment -k NEW_RELIC_LICENSE_KEY)" - -# Create the agent’s yum repository - "02-agent-repository": - command: sudo curl -o /etc/yum.repos.d/newrelic-infra.repo https://download.newrelic.com/infrastructure_agent/linux/yum/amazonlinux/2/x86_64/newrelic-infra.repo -# -# Update your yum cache - "04-update-yum-cache": - command: yum -q makecache -y --disablerepo='*' --enablerepo='newrelic-infra' -# -# Run the installation script - "05-run-installation-script": - command: sudo yum install newrelic-infra -y \ No newline at end of file