Reputation: 353
I have an API where users can query some time-series data. But now I want to make the entire data set available for users to download for their own uses. How would I go about doing something like this? I have RDS, an EC2 instance setup. What would my next steps be?
Upvotes: 1
Views: 1561
Reputation: 61
In this scenario and without any other data or restrictions given, I would use S3 bucket in the center of this process.
S3 is proposed since its cheap and you can find a lot of readily available tooling to work with.
Upvotes: 2