Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
I'm considering AWS S3 instead of NoSQL database for saving user settings as JSON as it has a simple setup and low costs. So my question is there any disadvantages of using S3 instead of a database?

1 Answer

0 votes
by (12.4k points)
edited by

The fact is that Amazon S3 is effectively a NoSQL database. Here S3 a key-value store, where the key is the filename and the value is the content of the file that we have. Amazon S3 usually costs significantly less for storage. In situations where you just need to store values with the key and then want to retrieve a value using that key then you are good to go with it.

Do Check out the AWS Certification Course offered by Intellipaat.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
0 answers
0 votes
1 answer
asked Dec 21, 2020 in Azure by dante07 (13.1k points)

Browse Categories

...