From 848015aeb3c76926d9b4236a35afd4359ca41846 Mon Sep 17 00:00:00 2001 From: rajatverma19 Date: Wed, 8 Jul 2020 02:52:03 +0530 Subject: [PATCH] Update AWSDevOpsTutorialCloudFormationStack.json Updated NodeJS Version from 6.x to 12.x for installation on EC2 instances. --- AWSDevOpsTutorialCloudFormationStack.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AWSDevOpsTutorialCloudFormationStack.json b/AWSDevOpsTutorialCloudFormationStack.json index fdf96d2..22a9983 100644 --- a/AWSDevOpsTutorialCloudFormationStack.json +++ b/AWSDevOpsTutorialCloudFormationStack.json @@ -561,7 +561,7 @@ "sudo /bin/sh Dynatrace-OneAgent-Linux.sh APP_LOG_CONTENT_ACCESS=1\n", "# Second: We install required components such as httpd, nodejs, pm2\n", "yum install -y httpd\n", - "curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -\n", + "curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -\n", "yum -y install nodejs\n", "npm install pm2@latest -g\n", "# Third: to make sure Dynatrace OneAgent immediately understand these env variable we set them here and execute a quick process for them to be picked up", @@ -658,7 +658,7 @@ "./install auto\n", "# Third: We install required components such as httpd, nodejs, pm2\n", "yum install -y httpd\n", - "curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -\n", + "curl --silent --location https://rpm.nodesource.com/setup_12.x | bash -\n", "yum -y install nodejs\n", "npm install pm2@latest -g\n", "# Last: Get the latest CloudFormation package",