Setup SVN repository on AWS for asp.net MVC 2 website -


i new amazon web services (aws). have asp.net mvc 2 website. want setup svn repository on aws. need this. installed aws toolkit visual studio (http://aws.amazon.com/visualstudio/). used amazon services rds ( http://aws.amazon.com/rds/) setup database instance , create database. got backup script of database local system , run on newly created amazon database. changed connectionstrings in code , deployed code amazon using aws elastic beanstalk( http://aws.amazon.com/elasticbeanstalk/). related deployment. there better way deploy asp.net mvc 2 website on aws. need use ec2 ? purpose ? how can setup svn repository on aws?

please suggest

i wouldn't bother setting svn - there plenty of preconfigured amazon machine images have done - example

just install these, , boom - works.

as far deployment goes, if you're new aws, i'd stay elastic beanstalk @ point. personally, have build server , create zip file , copy s3 bootstrap server installation. need following make scaleable , available

  • load balancer
  • 2 or more web servers
  • scaling group
  • security configuration
  • cloud formation script tie together

i wrote bootstrapping iis on aws provides bit more detail, you'd need add in own rds cloud formation, vpc , own requirements. not easiest task though.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -