All Questions

Tagged with
Filter by
Sorted by
Tagged with
9 votes
3 answers
4k views

CNAME with S3 buckets

I have a Web and I wanted to move its images to AWS S3. Say it's called mypage.com and I can access to an image like this: https://mypage.com/pics/one.jpg I created a bucket called static.mypage.com ...
Ommadawn's user avatar
  • 235
-2 votes
1 answer
32 views

Domain Double Pointing

I have one main domain basicdomain.com; About 100 domains's CNAME are pointing to that main domain. domain1.com, domain2.com, ... domain100.com All domains will show basicdomain.com contents. I am ...
LoveCoding's user avatar
0 votes
2 answers
740 views

CNAME to S3 returns the S3 URL

I've setup a static website on S3 under a www.mydomain.com bucket. I also created a CNAME record for it in Namecheap looking like this: Type: CNAME Record Host: www Value: www.mydomain.com.s3-website-...
Conrad's user avatar
  • 1
0 votes
2 answers
2k views

Sender address rejected: Domain not found - after Route 53 (Amazon AWS) changes

We had been getting these messages when customers try sending us emails. This is an automatically generated Delivery Status Notification THIS IS A WARNING MESSAGE ONLY. YOU DO NOT NEED ...
Rick Sanchez's user avatar
11 votes
4 answers
10k views

How do I use SSL with Amazon S3 CNAME masked buckets?

I am successfully running an Amazon S3 bucket as media.mydomain.com. The problem is, I'm running an https site and I'm unable to link to files using https//media.mydomain.com. How can I switch to ...
Citizen's user avatar
  • 560
4 votes
2 answers
2k views

How does my registrar (Namecheap) let me set up a CNAME record on the apex domain?

Namecheap seems to let me create a CNAME record on the apex domain, which I thought was contrary to the definition of a CNAME record: It works (correctly loading up my static site from S3). Weirdly (...
tobek's user avatar
  • 167
8 votes
1 answer
1k views

Amazon S3 appears to be blocking cloudflare IP addresses. How do I fix it?

I have static content that is being served by Cloudflare. Cloudflare points to Amazon S3 to pick up the static content and serves it via a CNAME (cdn.mydomain.com). The bucket is setup properly and ...
JStark's user avatar
  • 181
6 votes
1 answer
11k views

I get a 403 when requesting a JS file from CloudFront

This is new to me so please excuse me if I have no idea what I'm talking about (: I'm trying to set up my own CDN with CloudFront and S3 through a subdomain by adding a CNAME to that subdomain to ...
Roland's user avatar
  • 163
1 vote
1 answer
276 views

More than one CNAME for S3 website

Is it possible to have more that one CNAME for amazon web services S3 web site? In docs it is said that bucket name should be equal CNAME. mysite.com and www.mysite.com as aliaces do I need to ...
WHITECOLOR's user avatar
-1 votes
1 answer
241 views

Serving static site with Amazon S3 [closed]

I want to host my static site www.something.com on Amazon S3. I've followed these instructions however I'm still having trouble. Specifically when I browse to www.something.com I'm sent to whatever my ...
SundayMonday's user avatar
0 votes
1 answer
2k views

Is whitelisting a CNAME enough?

We are working on setting up a list of domain names we need to have whitelisted for educational institutions who use our site. We are using AWS S3 as well as cloudfront. In our cloud front, we ...
bretterer's user avatar
  • 135
2 votes
2 answers
4k views

How to get a custom Amazon s3 url?

Right now when I upload a file to my Amazon s3 buckert the url to the file looks like this: https://s3.amazonaws.com/<MY BUCKET NAME>/filename.extension I would like to use something like this:...
JakeRow123's user avatar
1 vote
1 answer
304 views

How to configure S3 or DNS to handle incomplete name (sans www) for web site?

I have a set up a bucket called "www.mydomainname.com" to host my website and I have configured the CNAME such that "www.mydomainname.com" points to the my endopint http://www.mydomainname.com.s3-...
user193116's user avatar
1 vote
1 answer
139 views

Cname and Amazon S3 failure

I had a quick question. If you set up a cname for your amazon bucket and lets say your main amazon s3 bucket goes down, does cname you created serve files, in other words, do your files get redirected ...
Sait Mesutcan Ilhaner's user avatar
0 votes
1 answer
139 views

Need help with cname entries, wrt amazon S3

I want to host my images on Amazon S3. So I created a bucket by the name images.foo.com and added a CNAME entry with the record host as images.foo.com and a record answer as s3.amazonaws.com. There ...
theTuxRacer's user avatar
2 votes
2 answers
4k views

CNAME to S3 not working

I have set up a CNAME record to point to an S3 bucket. It's been up for 4 days, and the results of a DIG Lookup show that it is in place: ;; QUESTION SECTION: ;railroad.odehengineers.com. IN A ;...
Hank's user avatar
  • 563
0 votes
1 answer
1k views

Static website cname problem, cloudfront

Hey guys, one quick question. I've got a problem setting the cname for my domain http://snaremedia.com . I use godaddy and set the www cname to point at my cloudfront url, but currently my domain only ...
Ulrik M's user avatar
5 votes
2 answers
6k views

CNAME record for Amazon S3 -- any drawbacks?

I'd like to make a CNAME record for my Amazon S3 domain, to have nicer URLs. There's not much discussion of this out there on the web, and nothing at all in the Amazon documentation (unless I'm ...
John Bachir's user avatar
  • 2,364
2 votes
1 answer
2k views

CNAME causing "Server Not Found" with AWS S3

I have a goDaddy site with a CNAME record set up to look at a specific bucket in my S3 account. It works fine and loads files without problem. I have a server with SliceHost that has a CNAME record ("...
Buns of Aluminum's user avatar