17.07.2021 · The Amazon Linux way is the following. First, enable the NGINX repository provided by Amazon: amazon-linux-extras enable nginx1. This enabled a sub-repository with NGINX. Now, list available versions by running: yum info nginx --showduplicates. From there, you can decipher that 1.14.2 is not available specifically for Amazon Linux.
09.12.2019 · Nginx is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. In this tutorial i am showing how to install Nginx on AWS EC2 created usingAmazon Linux 2…
03.09.2019 · I'd personally use Amazon's own repo. The version provided by the Amazon repo is relatively old (1.12.2 at the time of writing). To see what versions the Amazon repo has access to run. amazon-linux-extras list | grep nginx If you'd like a later version, consider EPEL.
Alternative way to install that could be easier (has a fairly recent version of Nginx): $ sudo amazon-linux-extras list | grep nginx 38 nginx1=latest ...
Install NGINX on EC2 Instance in 30 seconds ... Jul 13, 2015·2 min read ... I'm trying out Amazon Linux AMI 2015.03 (HVM) with id: ami-a8221fb5 on m4.xlarge ...
After that, using amazon-Linux extras, install Nginx 1.20 into your server. sudo amazon-linux-extras install nginx1 Once you have installed the Nginx server, then you need to install PHP using amazon-linux-extras. In this tutorial, I have installed php7.2.