sudo yum remove -y java
Get the latest version from https://openjdk.java.net/install/
yum install java-1.8*
java -version
find /usr/lib/jvm/java-1.8* | head -n 3
vi ~./bash_profile
(Change JAVA_HOME path as per your output)
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.222.b10-0.amzn2.0.1.x86_64
export JAVA_HOME
PATH=$PATH:$JAVA_HOME