What are the pros and cons of using dedicated servers versus Aamzon EC2 for hosting a high traffic website - that has about 2 million visitors and 5 million page views a month. The content is mostly dynamic and served from a database. Does anyone has any experience of the costs and performance for such a setup.
Dedicated Servers versus Amazon EC2
9.6k Views Asked by hostingtech At
2
There are 2 best solutions below
0
Kevin Trye
On
My own experience tells me that at least in this part of the world, New Zealand, where we don't yet have a local amazon server farm, Amazon provides poor performance and is one of the most expensive options for hosting busy websites. I placed some background on my blog that goes through my own experiences. http://www.printnet.co.nz/category/hosting/
Related Questions in AMAZON-EC2
- Failed to connect to your instance after deploying mern app on aws ec2 instance when i try to access frontend
- Using Amazon managed Prometheus to get EC2 metrics data in Grafana
- Unable to ping remote websites from an ipV6 only ubuntu ec2 Instance
- Unable to install mysql on Amazon Linux 2023
- AWS Elastic Beanstalk - Deployment Issues with Flask backend (React frontend already deployed with S3 and Cloudfront)
- AWS ECS agent does not start in EC2 instance
- Moving a website from a subdomain to the domain root
- Switch to Cloudfront CDN causing issues for small number of users
- Selenium parser
- ReadTimeout error when downloading images on AWS EC2 but not locally
- Iam not able to login to bastion server-permission denied error
- No GPU EC2 instances associated with AWS Batch
- Django Deployment on AWS EC2 with Docker Compose: Seeking Advice on Security, Scalability, and Best Practices
- How to host a react and django application on ec2
- Connection services in different containers in the same ec2 instance
Related Questions in DEDICATED-HOSTING
- Run Nestjs API project on VPS Hosting of Hostgator
- Host .Net Core 6 application on CPanel
- Can we host and angular/.Net Core application with shared hosting
- Which are the best among Dedicated instance server or Physical Dedicated server
- Migrate from Dedicated Server to Google Cloud Platform. Is that possible?
- Run MVC project with Visual Studio 2015 on a dedicated server
- Website with dedicated IP Address, still uses shared server IP
- In what ways does more RAM and Processing power on my server make my website faster?
- using dedicated IP of VPS for your personal web server
- How to access MySql on my dedicated server from remote machine
- Hostgator Dedicated Server to Amazon ec2
- phusion passenger (3.0.17) + nginx with parallels plesk 11
- How to prevent hosting provider to have access to sensitive data?
- Hackers constantly pull my login.aspx
- Dedicated Servers versus Amazon EC2
Related Questions in DEDICATED-SERVER
- having an issue with AWS Gamelift fleet not activating with an Unreal Engine build
- Setup server environment wise or app wise
- Unity Dedicated Server data synchronization
- Question on dedicated SQL pool, nodes and parallel number
- Run Nestjs API project on VPS Hosting of Hostgator
- I made dedicated server in UE4 and I need help for work this server in vds server
- In AWS ECS, can I dedicate a set of EC2 instances within a cluster for a certain task?
- Looping the allow message when try connect Unreal EOS
- Node.js webserver not reachable from external IP on Ubuntu 22
- Issue with Domain Redirection to Another Application on OVH Dedicated Server
- Why doesn't unreal's UPEOPERTY(Replicated) tag automatically sync data from client to server?
- Mysql Access denied for user 'root'@'localhost' (using password: NO) When Running go run main.go
- Litespeed external application max connection change
- Use docker for different PHP versions in separate directories
- How to create a cygwin script to automatic backup on local PC in ispconfig
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Amazon EC2 is going to be much more cost-effective versus dedicated servers from my experience. Should you experience a sudden rise in the volume of traffic to your site all you need to do is shell out some extra $$ to Amazon and voila your site can handle the traffic (assuming there are no coding bottlenecks). Unless you have a truly massive website (ie: Facebook) the benefits of hosting on Amazon EC2 far outweigh the risks.
One of the only risks that you take with hosting on EC2 was showcased a few months ago when the whole cloud went down, taking Foursquare, Quorra, Reddit, and other multi-million user base sites down along with it.
From a user experience I believe interaction with the cloud hosting provider is pretty much the same as interacting with a dedicated server, so the only real concern to take into account would be cost-effectiveness.