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",