I am noticing the following error in my EC2 instance error logs:
ERROR HTTPUtils.HTTPRequestToByteArray :
java.io.FileNotFoundException: http://169.254.169.254/latest/meta-data/product-codes
|at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1624)
|at com.wowza.util.HTTPUtils.HTTPRequestToByteArray(HTTPUtils.java:182)
|at com.wowza.util.HTTPUtils.HTTPRequestToByteArray(HTTPUtils.java:131)
|at com.wowza.wms.plugin.amazonaws.ec2.env.ServerListenerEC2Variables.populateEnvironment(ServerListenerEC2Variables.java:98)
|at com.wowza.wms.plugin.amazonaws.ec2.env.ServerListenerEC2Variables.onServerConfigLoaded(ServerListenerEC2Variables.java:128)