Like Amazon S3, but for PHP?

7 replies
Hey guys,

This might be a silly question, but is there a service like Amazon S3 for PHP scripts?

I have one fairly simple PHP script that NEEDS to have 99.9999% uptime. My shared hosting account doesn't cut it.

I know about cloud hosting, is that the best option? I've tried Rackspace Cloud but it is not compatible with my script.

Thanks,
Keith
#amazon #php
  • Profile picture of the author russjam
    What is the issue with the script? Rackspace are normally pretty flexible so if it is just a matter of installing a very new (or very old) version of PHP then they are likely to oblige
    {{ DiscussionBoard.errors[3736615].message }}
  • Profile picture of the author dgoodhart
    dedicated or cloud would be fine
    {{ DiscussionBoard.errors[3736695].message }}
  • Profile picture of the author jacktackett
    Check out Amazon's EC2 - basically its like what S3 does for storage, EC2 does for LAMP architecture.

    Amazon Elastic Compute Cloud (Amazon EC2)

    good luck,
    --Jack
    Signature
    Let's get Tim the kidney he needs!HELP Tim
    Mega Monster WSO for KimW http://ow.ly/4JdHm


    {{ DiscussionBoard.errors[3736726].message }}
  • Profile picture of the author Headfirst
    Rackspaces cloud shouldnt have any problems with a PHP script. What does it do thats so odd?
    {{ DiscussionBoard.errors[3736852].message }}
  • Profile picture of the author CDarklock
    Originally Posted by Keith Gilbert View Post

    I know about cloud hosting, is that the best option?
    Yes. S3 is a feature-limited variety of cloud hosting.
    Signature
    "The Golden Town is the Golden Town no longer. They have sold their pillars for brass and their temples for money, they have made coins out of their golden doors. It is become a dark town full of trouble, there is no ease in its streets, beauty has left it and the old songs are gone." - Lord Dunsany, The Messengers
    {{ DiscussionBoard.errors[3736905].message }}
  • Profile picture of the author affiliatepro15
    S3 and Cloudfront are designed to be content delivery networks... more for storage and less about application hosting. They recently added support for static HTML files as a added bonus so users could put simple pages up and have them render in the browser vs download.

    EC2 is what you are looking for, but it will likely cost you $75 per month at the very least and you will be responsible for most of the consideration as it is very self serve and there is a learning curve.

    Even EC2 is NOT rated for 6 9's (99.9999%). For that, it would likely be several hundred/thousand dollars per month. 5 -9's is more reasonable and in line with the better hosting companies.
    {{ DiscussionBoard.errors[3739852].message }}
    • Profile picture of the author RemingtonSteele
      It sounds like what you need is a reliable VPS host. I've been with ServInt for nearly two years, and they're awesome. If you're coming from a shared hosting environment, though, there will be a learning curve, but it's worth it. In my opinion, cloud hosting is over-hyped, overrated, and overpriced.
      {{ DiscussionBoard.errors[3740018].message }}

Trending Topics