Jak zainstalować Java 8 na AWS Linux

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