Containerzing the ReactApp with Docker Buildx
Create an Ec2 instance as follows
Connect the EC2 instance using the ssh with pem key
NodeJs Installation
Download and import the Nodesource GPG key
sudo apt-get update
sudo apt-get install -y ca-certificates curl gnupg
sudo mkdir -p /etc/apt/keyri...
devops-voyager.hashnode.dev3 min read