How to serve static/media contents (only) from s3 and others from EC2?
问题 I want to serve my static/media contents ( images for now) from S3 but my url should be as it is now. For example: http://example.com/resources/img/me.jpg is one of my current image url which is now being served from the native server (EBS storage came with EC2). Now I want to store this me.jpg file in a bucket of s3 and then if someone types the above url it is brought from there. I know this is possible by creating a bucket name as example.com and www.example.com and then configuring Route