I am trying to install jq JSON parser on amazon instance, unfortunately, i'm not able to install it can someone guide me.
jq is available in the yum repo so run the following
sudo yum install jq
will install jq on the instance