ec2 yum nodejs

Update the package list and make sure the system is up-to-date:

sudo yum update

Install Node.js:

curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
sudo yum install -y nodejs