I created an Amazon Linux 2023 AMI EC2 instance. I am attempting to follow the Install LAMP AWS tutorial. Specifically, I’m trying to install Apache by running sudo yum install -y httpd24
. However, when I do so, I see the following error:
No match for argument: httpd24
Error: Unable to find a match: httpd24
When I run cat /etc/system-release
, I see:
Amazon Linux release 2023.4.20240416 (Amazon Linux)
Any advice on where I might be going wrong and how I can install Apache would be greatly appreciated.