.net - Host ASP.NET Application in Amazon Web Service -
i have asp.net c# application , want host in cloud using amazon web service , ms sql 2008 database. should host application in cloud ? suggestion appreciated. guys ...
i highly recommend elastic beanstalk new in aws. easy start , gives lot's of managed service.
in case:
- beanstalk support latest iis/c#/.net framework combination. see also: supported .net platforms
- there visual studio plugin aws has 1-click beanstalk deployment capability.
- beanstalk supports have rds (aws managed) database. rds supports ms-sql, mysql, oracle.
here start: creating , deploying elastic beanstalk applications in .net using aws toolkit visual studio
what don't see: out of box solution. can choose between 1 instance , ha setup. can have several (dev,test,prod) systems. easy manage them. follows of aws architectural, security best practices default.
personal note: i'm using visual studio + aws plugin + visual studio online + elastic beanstalk current project. works well!
Comments
Post a Comment