How to host haskell app on amazon web services?

amazon-web-services, haskell

Solution

First you need to have an amazon aws account. Then depends on your requirements you can select the instances and host it. You can set up the instance using the AWS Management Console. have a look on this. http://aws.amazon.com/console/ this will also help to you Need a step by step guide to host a website on AWS

Problem

How can I host, say a Snap webapp, on amazon? In other words, what are the first steps I need to take - as I am completely clueless. Any tips appreciated!

Original source

Related problems