How can I deploy my .NET app to Amazon EC2?

Posted by Khash on Stack Overflow See other posts from Stack Overflow or by Khash
Published on 2010-03-22T14:33:23Z Indexed on 2010/03/22 14:41 UTC
Read the original article Hit count: 455

I have a .NET Windows service and a .NET Web Application that I would like to deploy to my Amazon EC2 Windows 2008 instances. At this point, all I need to do is to copy the zipped files across to the EC2 box and remote desktop to the EC2 instance and finish the deployment.

In order to do this, I have tried LogMeIn Hamachi2 to create a P2P VPN and use RoboCopy to copy the files, however it seems Hamachi doesn't work on Windows EC2.

What is your solution for deploying your .NET apps to Windows EC2 instances? I want to avoid running an FTP server on the box just to get my files up on the server and don't have a VPN server (like OpenVPN) running to run a cloud based VPN solution.

Perhaps I can find a simple way of using Amazon S3 as a strategy? Any ideas? Suggestions?

© Stack Overflow or respective owner

Related posts about amazon-ec2

Related posts about amazon-s3