# Amazon AWS

Amazon AWS doesn't provide an IIS service. The only way to deploy an ASP.NET or a Wisej application is to create an instance of a Windows Server machine, enable IIS and follow the [IIS deployment](/deployment/targets/iis.md) guide or the [Visual Studio Publishing](/deployment/concepts/visual-studio-publishing.md) guide.

AWS also provides its own [load balancing service](https://aws.amazon.com/elasticloadbalancing/). Wisej is fully compatible with Amazon's Elastic Load Balancing (including WebSocket support).

You can also try using the AWS toolkit to deploy to AWS directly from Visual Studio:

{% embed url="<https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/deployment-beanstalk-traditional.html>" %}

{% hint style="info" %}
We have not tested this option. Please follow Amazon's documentation and report any issue directly to AWS support.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/deployment/targets/amazon-aws.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
