Redirect S3 URL to Domain URL
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
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.
Relevant questions
Registered domain with AWS, configured Route 53 and S3. URL taking me to wrong website.
asked 5 months agoWhat is the syntax for wildcards in the callback url?
asked 5 years agoServing My EC2 Hosted Website Via Cloud Front
Accepted Answerasked 6 months agoRedirect S3 URL to Domain URL
asked 19 days agoI am unable to customise my AWS SSO URL
asked 2 months agowhy www. prefix is required(must) with my domain hosted on AWS S3?
Accepted Answerasked 3 years agoHelp with S3 redirect
Accepted Answerasked 3 months agoI want to move my domain name from a server to the aws server then point it/redirect to my website
asked 3 months agoS3 Static Website RoutingRules when using Cloudfront and a domain name
asked 3 years agodoes S3 signed url (for put request) support Content-MD5 header?
Accepted Answerasked 5 months ago