From 2289937fe9fb3933d066b6ae72a4299b2624e154 Mon Sep 17 00:00:00 2001 From: Carter Date: Tue, 22 Feb 2022 12:42:15 -0800 Subject: [PATCH] Remove ec2-utils versionlock. (#869) The 1.2-47 package is now rolling out. --- scripts/install-worker.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install-worker.sh b/scripts/install-worker.sh index 677e6208c..b552ec56a 100644 --- a/scripts/install-worker.sh +++ b/scripts/install-worker.sh @@ -68,10 +68,6 @@ sudo yum install -y \ wget \ yum-plugin-versionlock -# Downgrade and lock ec2-utils until 1.2-47 is available: https://github.com/aws/amazon-ec2-utils/issues/22 -sudo yum downgrade -y ec2-utils-1.2-45.amzn2.noarch -sudo yum versionlock ec2-utils-* - # Remove the ec2-net-utils package, if it's installed. This package interferes with the route setup on the instance. if yum list installed | grep ec2-net-utils; then sudo yum remove ec2-net-utils -y -q; fi