> For the complete documentation index, see [llms.txt](https://docs.wisej.com/deployment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/deployment/targets/amazon-aws.md).

# 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 %}
