Questions

1) We are deploying a SAAS that needs a near 100% uptime since customers will be connecting to our server every minute. 2) We need a Mysql db and a php environment. 3) To keep our costs down initially (before we truly scale), what would a good server architecture be for us? 4) Would a PAAS be a good option? Or should we go for 2 dedicated servers with load balancing? Since we want to keep our costs down initially (bootstrapped!), we don't want to hire a "network engineer"... At least not until our service hits a certain benchmark. So any advice would be welcome... Thanks in advance.

Clarity about the requirements of the service design should inform how you select the best platform deployment model now and in the future.

The Service Design should encompass 1) Availability Requirements, 2) Performance Requirements and 3) Scalability Requirements. Availability Requirements can be expressed in terms of acceptable number of downtime hours per year, Performance Requirements can be expressed in terms of maximum required transactions per second, and Scalability can be expressed in terms of the degree of linearity in adding additional peal transactional capacity to the system.

Implementing these service design requirements using a PAAS approach will require having significant technical expertise on staff. A different and more flexible option to consider would be to use an infrastructure-on-demand approach as currently being offered by Amazon Web Services (AWS).

AWS would allow you to deploy your preferred technology stack at an initially smaller cost commitment level and then scale up both the transactional capacity and redundancy as the build out of your business model warrants.


Answered 9 years ago

Unlock Startups Unlimited

Access 20,000+ Startup Experts, 650+ masterclass videos, 1,000+ in-depth guides, and all the software tools you need to launch and grow quickly.

Already a member? Sign in

Copyright © 2024 Startups.com LLC. All rights reserved.