EC2 instance with Java 11 The first thing we need to do is to set up java on the ec2-instance using the command below. sudo yum update sudo amazon-linux-extras install java-openjdk11 -y Install Apache Tomcat Download tomcat packages from https://tom...