Reputation: 417
I am trying to use AWS S3 with GoDaddy Domain
My domain name is already taken by some bucket that is not mine. To match the domain with the S3. I have read that it must have the same names (the bucket and the domain).
I've been hours with this but I could not find the solution
So, is there any solution for this?
Upvotes: 1
Views: 418
Reputation: 19738
You can use AWS CloudFront infront of S3 and add the CName mapping for CloudFront instead of S3, using AWS Route53 or Godaddy domain mappings.
Upvotes: 2