This forum provides solutions for aws developers for their issues.It provides solutions for aws elastic ip, ec2 instance, public ip,route53 pricing, load balancers in aws,Orchestration, ebs,, lambda, installing mongodb on ubuntu etc.

Sunday 28 May 2017

AWS DynamoDB vs AWS S3

When to use aws dynamodb

It depends on your use case for the application and type of data. If you want to use it for the real apps, use dynamodb.
DynamoDb is good for storing structured data. It has some limits in the storage size but it has very high access speed.

S3 storage is good for storing files.It cloud be read over http with REST Api. If you want to update images or some files, you can go with AWS S3.

When you create an image for the ec2 instance, it will be stored in AWS S3. It is very cheap.
If you want to upload user data with image, you can store image in s3 and store the image link in the dynamodb along with the data.



0 coment�rios:

Post a Comment

Labels

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts