|
|
|
|
|
by DocG
3500 days ago
|
|
Amazon offers basically hardware. You rent a piece of server resourses. What operating system, what CMS you use is up to you, but prepeared to install and configure everything. But, they also offer plenty of free (and good) "ready made and pre configured" packages for people to use (for exampe wordpress, bitbucket etc.). You can search them here https://aws.amazon.com/marketplace/ |
|
AWS is way more than hardware.
Lambda - on demand code execution
Route53 - DNS and domain registration
S3 - File storage with redundancy and an HTTP interface
RDS - Managed relational databases
DynamoDB - NoSQL key/value store with indexing and scanning
SQS - Job queue-ing without needing to manage servers
SES - Email service with the ability to both send and receive email and also trigger a Lambda function when email is received
SNS - Fan out notifications with multiple destinations (iOS, Android, Email, SMS, webhook, etc)
IAM KMS - Manage your encryption keys
EC2 - Ok, this one actually is hardware
Git hosting, docker file hosting. Etc...
That is just off the top of my head. However, if you want to avoid vendor lock-in, then yes, it is just hardware.