amazon web services - AWS Bucket or CloudFront? -
I am writing a PHP API that serves the mobile app, which is hosted in AWS, this app is image based , Like Instagram all images have been uploaded to AWS bucket and have requested using http://my-bucket.s3.amazonaws.com/image-name.extension
for example. My question is, what is the best way to serve those pictures? With AWS Bucket or CloudFront?
Thank you!
Cloudfront, no doubt cloudfinders choose your S3 bucket and repeat it across servers worldwide Are there. This makes your distribution faster if you only use S3.
Comments
Post a Comment