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
- https://aws.amazon.com/marketplace/pp/b007i9ke5c
- https://aws.amazon.com/amis/bitnami-subversion-stack-1-6-6-0-ebs
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
Post a Comment