awsdocs / elastic-beanstalk-samples

This repository contains code and configuration samples (e.g. .ebextensions) for AWS Elastic Beanstalk.
Apache License 2.0
1.22k stars 889 forks source link

The perl-Bundle-LWP package cannot be found #135

Closed jpaulorio closed 3 years ago

jpaulorio commented 4 years ago

https://github.com/awsdocs/elastic-beanstalk-samples/blob/1d2c5ead4033822cf8b265ae6b7986ed79c00632/configuration-files/aws-provided/resource-configuration/autoscaling-memory-utlization.config#L28

dankhen commented 4 years ago

Thanks @jpaulorio . I will pass the issue on to the Elastic Beanstalk team.

dankhen commented 4 years ago

(Sorry, closed by mistake.)

spiderhands commented 4 years ago

any update on this?

vahiwe commented 4 years ago

Please any update on this?

GoPro16 commented 3 years ago

it hurts to not read the fine print in the article 😆

Important: For Amazon Linux 2 based platforms, replace the perl-Bundle-LWP yum package in the preceding configuration file with perl-Digest-SHA.

Did that and worked!

Reference

Changed:

From

perl-Bundle-LWP: []

To

perl-Digest-SHA: []
dankhen commented 3 years ago

Good catch @GoPro16. We will look into updating the example for AL2 and keeping the current one as a legacy version. Thanks!