Como instalar o Java 8 no AWS Linux

// to install java version 8 use the below command
sudo yum install java-1.8.0-devel
Vishal