Error: make: go: Command not found in EC2 Linux
make: go: Command not found
This error is due to the absence of go package and can be resolved by installing the same.
Step1: Login to the EC2 instance via ssh and switch as root user.
Step2: Install go package.
#yum install golang -y
That's all…