Redirect S3 URL to Domain URL

0

I have my image stored on my server as xyz.com/images , Now I have moved my folder to s3 but I want my URL to be the same. I don't want use Cloud front for redirect , Is their a was to use redirection rules to change the path URL images

1 Answer
3

I think what you're asking is that you want http://xyz.com/images/ to be hosted in S3 while your website is still hosted on your server. Is that correct?

If so, you can't have your server (xyz.com) and the S3 bucket with the same DNS name. You can create a bucket which is (say) images.xyz.com and then reference that from your server in your webpages.

If your whole site is being moved to S3 then I would strongly recommend that you use CloudFront because you get HTTPS support and the ability be much more flexible with redirects.

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions