Review of Amazon S3 (Simple Storage Service)
April 15, 2021

Review of Amazon S3 (Simple Storage Service)

Joshua Dickson | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Amazon S3 (Simple Storage Service)

We use Amazon S3 (Simple Storage Service) to persist large blobs of data that would be otherwise expensive or otherwise challening to store in one of our database systems. We use S3 primarily for areas of the business where it's important to easily store large pieces of data, such as images and large JSON data sets, or where it is important to share that data between multiple types of services.
  • Highly available and redundant; we do not worry about the service having downtime
  • Simple usage from multiple different frameworks using Amazon's SDKs, or roll your own
  • A large number of bucket policies and security adjustments to tailor usage to customer needs
  • Regional support for storing assets in particular locations around the world
  • Web console can be very confusing and challenging to use, especially for new users
  • Bucket policies are very flexible, but the composability of the security rules can be very confusing to get right, often leading to security rules in use on buckets other than what you believe they are
  • Highly available and fault tolerant
  • Amazon-supported SDKs to make integration simple and reduce maintenance costs
  • Allows us to store large amounts of raw traffic from data providers to allow us to view data our systems received at particular times, in order to reconstruct inputs in case of errors
  • Is capable of storing very large amounts of data cheaply without material impact to our business
We had already decided to use Amazon S3 (Simple Storage Service) for other compute services, so it made sense to use Amazon for blob storage as well. By using the same cloud vendor, we can more easily integrate between AWS services like Cloudfront. Blob storage is essentially a commodity business, and S3 does not offer anything specific to us to drive adoption aside from the simplicity of integration.

Do you think Amazon S3 (Simple Storage Service) delivers good value for the price?

Yes

Are you happy with Amazon S3 (Simple Storage Service)'s feature set?

Yes

Did Amazon S3 (Simple Storage Service) live up to sales and marketing promises?

Yes

Did implementation of Amazon S3 (Simple Storage Service) go as expected?

Yes

Would you buy Amazon S3 (Simple Storage Service) again?

Yes

Amazon S3 (Simple Storage Service) is particularly well-suited for cases where you have already made the decision to use Amazon's cloud software resources and need to add the option of storing files for use from one or more services. Amazon S3 (Simple Storage Service) is also a good choice for its native integration with Amazon's CDN, Cloudfront. In general, using Amazon S3 (Simple Storage Service) will make less sense if you are already using other services from another vendor, such as Azure.