I have a web application that is to be hosted on AWS using ElasticBeanstalk. There are two options supported for deployment: Web Website or Web Application. In my case, I am trying to deploy a web application on Windows Server environment. I suppose this deployment eventually ends up in IIS within the Windows operating system.
The problem is, "IIS" is not listed as an option when I select "Web Application" on AWS ElasticBeanstalk console. Is this the right approach?
EDIT:
The description of both is described here: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.concepts.architecture.html
