Home › Forums › Computers / Electronics / Online › Amazon Web Services
- This topic has 5 replies, 6 voices, and was last updated 8 years, 9 months ago by pcoz.
-
AuthorPosts
-
August 28, 2012 2:18 am at 2:18 am #604698shmoelMember
Can anyone explain what Amazon Web Services (AWS) is all about and what can be done with it? And are there any equivelent competing services and how do they compare, including on price.
August 28, 2012 4:54 pm at 4:54 pm #1137311EnglishmanMemberAWS is a low-cost infrastructure platform in the cloud that can power application hosting, backup and storage, content delivery, web hosting, databases, etc.
August 28, 2012 5:16 pm at 5:16 pm #1137312Yserbius123ParticipantI’ll try to explain without using buzzwords like “Cloud storage” and “virtual hosting”.
AWS is not one thing, it’s a series of services that Amazon offers at low-cost monthly rates. At its core, you’re basically renting server space from Amazon. The different services depend on what sort of server space you’re renting.
- Amazon Simple Storage Service (S3). The most basic service. It’s basically a hard drive where you can put whatever you want, such as photos or back ups of your documents. You can set passwords and permissions and accessibility so that people can download or upload to it but not delete.
- Database Hosting. Amazon will host and maintain a SQL accessible database for you. I believe the only access you have is via SQL queries, so you can’t just use it out of the box to upload your files.
- Elastic Computing Cloud (EC2). The most versatile of the services. It’s basically a remote computer that you can do whatever you want to with it, accessible via Windows Remote Desktop or telnet if it’s a GNU/Linux or UNIX computer. The main use for this is to host web sites and other applications that require people logging in to do stuff and administrators to manage the stuff.
- They have a few other services that are more esoteric and complex, like networking your EC2 computers and such. The prices vary greatly mainly depending on where you want the services to be physically located (US, Canada, Brazil, etc), how often they will be used and how much hard disk space you need.
I don’t know much about comparable services, I’ve heard that Dreamhost is pretty good, but I don’t think that they offer as wide of a range of services. Stay away from GoDaddy, they are overpriced and slow.
February 14, 2016 4:40 pm at 4:40 pm #1137313JosephParticipantWhat are the competitive alternatives to AWS and how do they compare on price and service?
February 14, 2016 4:46 pm at 4:46 pm #1137314☕ DaasYochid ☕ParticipantNow answer using a different screen name.
February 14, 2016 11:37 pm at 11:37 pm #1137315pcozMemberThe main competition to AWS is Microsoft Azure. Pricing is similar, with Azure services are higher level and not so granular. It’s suitable for running office and .net apps in the cloud if you want less control of your infrastructure.
-
AuthorPosts
- You must be logged in to reply to this topic.