All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
75 views

Proper Setup for a simple AWS S3 website using CloudFront & Route, with base domain and www subdomain

Which is the better design, and why? (see 2 tables) 1. Here is the configuration of my working website (example.com is the prevent domain) as setup via a Youtube Tutorial... Route53 Cloudfront Dist ...
TheArchitecta's user avatar
0 votes
1 answer
362 views

Can't access static site S3, Cloudfront, Route53

I apologize if this needs to be split into two questions, but I'm trying to set up a static site using S3, a CloudFront distribution, and a Route53 domain. If I try to access laszloffy.com, I receive ...
vypr907's user avatar
0 votes
0 answers
158 views

CloudFront Access Logs Issue

I was tried querying our CloudFront logs using Athena for an error i'm getting but haven't received any results. The query i'm trying using is: SELECT * FROM cloudfront_logs WHERE request_id = > ...
samtech 2021's user avatar
6 votes
1 answer
4k views

AWS: How to redirect many domains to a page on another domain?

My objective I have a number of domains (e.g. 10 or 20) and I would like to redirect any visitors to anywhere on those pages to one page on another domain (for example my stackoverflow.com profile ...
ssc's user avatar
  • 1,169
2 votes
1 answer
1k views

Redirect apex domain to www with Route53 and CloudFront

I'm trying to setup redirect from the apex domain example.com to www.example.com with route53, cloudfront and s3. I've seen many tutorials online and discussions here on the topic, but nothing has ...
Kaigo's user avatar
  • 123
2 votes
2 answers
533 views

How to point route53 records to bucket for *any*subdomain?

I have an S3 bucket called www.mybucket.com I have an A record: name = www.mybucket.com. It answers well with the index.html contained in the bucket. Now I want to send any subdomain to that bucket. I ...
Glasnhost's user avatar
  • 621
0 votes
0 answers
50 views

AWS Route 53 configuration problems for S3 hosting

I have a static site hosted on S3, mylifeinlimbo.ca I have set up S3 with a bucket for www.mylifeinlimbo.ca which redirects to the main bucket and created an 'A' record in Route 53 (see image for ...
jk40's user avatar
  • 1
2 votes
0 answers
2k views

Access denied for S3 bucket with redirect access via CloudFront

I have public S3 bucket exposed via CloudFront to S3 A record for www.mezinamiridici.cz. https://www.mezinamiridici.cz/ - works http://www.mezinamiridici.cz/ - redirects to https://www.mezinamiridici....
Leos Literak's user avatar
2 votes
2 answers
864 views

Redirecting HTTPS -> HTTPS on AWS?

I have a static website w/ S3 + Route53 + Cloudfront set up. I am successfully able to do the following redirects: http://example.com -> https://example.com http://www.example.com -> https://example....
Andrew's user avatar
  • 121
1 vote
1 answer
3k views

AWS S3 and Route 53: www redirect does not work

I have hosted my static website on AWS S3, like in, http://example.net I have configured two S3 buckets, one for http://example.net, and another one for http://www.example.net, whose 'Static web ...
Venkat Ramakrishnan's user avatar
1 vote
1 answer
2k views

AWS S3 redirect https to a new domain

So I am changing the domain for my website to another. Because some users might have it bookmarked I need to redirect from old domain to new domain. They all use https. I tried creating a S3 bucket in ...
Charles Smith's user avatar
1 vote
0 answers
41 views

AWS S3 + Route53: Always redirect to www prefixed domain [duplicate]

I have a domain: example.com. I've created an A record for www.example.com with an alias targeting the load balancer’s DNS; this works just fine for www.example.com. Now, I want to redirect all ...
danielrvt's user avatar
  • 239
2 votes
1 answer
3k views

AWS S3 Static hosting - How to debug connection timeout?

I am following the Setting up a Static Website Using a Custom Domain tutorial to the letter but something doesn't work and I don't know how to debug it. Custom domain bought on Namecheap: sankey.app ...
daniel.sedlacek's user avatar
1 vote
1 answer
583 views

S3 Bucket for hosting media, s3fs mount catch-22

I'm attempting to use an S3 bucket to host media files (images, video and static files) for a small web application and came across a strange catch-22... According to the S3 documentation, to serve a ...
mwieczorek's user avatar
0 votes
1 answer
615 views

pointing site to Route 53 for a domain already pointing to Cloudflare

Here's the situation we are facing. We have our client who has pointed their domain to cloudflare DNS [ we've set that domain already in our cloudflare account ]. Now the site is to be ...
Javascript Hupp Technologies's user avatar
1 vote
2 answers
64 views

Https configuration on AWS [closed]

I have an angular application hosted on aws s3, say example.com. The url is hosted on route53. You can access my website in non https here: http://proscorepad.com/ I created two repository that are ...
Jean-Baptiste's user avatar
1 vote
1 answer
79 views

Moved from ec2 to S3 static hosting breaks Chrome DNS resolution

I migrated an old website to a static version of it. Everything was hosted on EC2 and the Route53 hosted zone was configured like this : A record for exemple.com pointing to ec2 instance IP CNAME ...
Timothée Jeannin's user avatar
1 vote
1 answer
4k views

cannot get aws cloudfront / route53 to resolve my domain name

I have setup a cloudfront distribution with SSL, pointing to a s3 bucket which is public and setup as a static website. I chose the option to redirect HTTP to HTTPS, as I want to force HTTPS. I ...
patrick's user avatar
  • 153
0 votes
1 answer
1k views

Can we point godaddy DNS to aws s3 static website?

I have a domain example.com which is registered in godaddy . I have hosted a static website in s3 bucket .my s3 endpoint is <bucket-name>.s3-website-<AWS-region>.amazonaws.com . I want ...
Arun Kumar's user avatar
68 votes
2 answers
20k views

Why does AWS recommend against public S3 buckets?

"We highly recommend that you never grant any kind of public access to your S3 bucket." I have set a very granular public policy (s3:GetObject) for one bucket that I use to host a website. Route53 ...
Andrew Johnson's user avatar
1 vote
1 answer
3k views

Redirect naked domain to www with SSL in cloudfront/route 53

I have setup two buckets on s3 one for my actual angular 2 app: www.example.com and one for redirecting example.com to www.example.com. I have also created two distributions in cloud front and added a ...
alizoli's user avatar
  • 23
1 vote
1 answer
2k views

Redirect naked domain to www in cloudfront/route 53

I have a static website hosted on s3 with cloudfront distribution. I've found tons of answers on redirecting to www with only route 53 in front of s3, but nothing on how to do it with cloudfront. I'...
Akababa's user avatar
  • 133
3 votes
1 answer
5k views

Route53 subdomain not resolved with nslookup

My problem I am trying to build a personal CDN to share static file with my contacts. The design includes an S3 bucket, a CloudFront distribution and a subdomain registered via Route53, all ...
Adam Matan's user avatar
  • 13.4k
1 vote
1 answer
2k views

Subdomain from different S3 bucket on same cloudfront distribution

I have example.com served from idxxxx.cloudfront.net, this goes to S3 bucket nr 1. This works well. I now need subdomain.example.com to also be served from same cloudfront distribution, and point to ...
Amc_rtty's user avatar
  • 113
0 votes
0 answers
49 views

Switched hosting providers, self-hosted authoritative, messed up MX record

Newbie alert, I'm in a bind but I'm not super familiar with MX record issues. We used to host our site with a custom hosting provider and recently switched to S3. We have our own authoritative DNS ...
Jono's user avatar
  • 117
0 votes
2 answers
3k views

How do I enable redirection on a domain for an S3-hosted website with CloudFront in front of it?

I'm trying to get redirects to work within a domain name for an S3-hosted static website. That is, if I point mydomain.com/foo, I want it to redirect to mydomain.com; this should basically mirror ...
iresprite's user avatar
  • 103
0 votes
1 answer
2k views

redirect non www to www for static website hosting using cloudfront

I have searched almost everywhere on how to redirect with cloudfront. I created an s3 bucket for static website hosting and even used their redirect there BUT because i am not serving whole website ...
uberrebu's user avatar
  • 503
1 vote
2 answers
3k views

Can I hide S3 and Cloudfront endpoints?

I have setup a static website on AWS S3 and am accelerating it with AWS Cloudfront, but after, I am able to use AWS Route53 to connect my domain name to the Cloudfront endpoint. Now there are two ...
uberrebu's user avatar
  • 503
1 vote
1 answer
2k views

Amazon route 53 + cloudfront + s3 -> with angularjs2 app in ec2

I am really confused about the setup I need for my angularjs2 app. It's simply a SPA application with html5 mode urls and all I want is: requests to www.mydomain.com/blabla... will be redirected ...
kfir124's user avatar
  • 113
1 vote
1 answer
84 views

Prevent Alias From Converting Domain Name in Browser Address Field

I'm using Amazon Web Services. I've set up my domain name in Route 53, set up static website hosting in S3, and I've successfully mapped the domain name to the S3 bucket using a DNS ALIAS record set. ...
robbpriestley's user avatar
-2 votes
1 answer
515 views

Are name servers enough to point a domain to an S3 bucket host?

I recently bought three domains via some site, planning on pointing them to an S3 bucket. The first one I succeeded in doing so, because I added both name servers, an A record, and a CNAME for the ...
Yeats's user avatar
  • 99
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
2 votes
1 answer
676 views

Route 53 configuration for Cloudfront distribution linked to S3 bucket for naked domain

I am using route 53 for a domain (example.com) linked to my app on Heroku. To handle naked domain redirection, I am using a S3 bucket as explained here: https://aws.amazon.com/blogs/aws/root-domain-...
Cyril Gaillard's user avatar
3 votes
1 answer
2k views

Serving a S3 static website from a naked domain, without migrating to AWS Route53

I'm working on a site that I'd like to serve from a naked domain like foo.com, and serve it from AWS S3'. However, the documentation I can find with AWS gave me the impression that if I want to do ...
Chris Adams's user avatar
0 votes
0 answers
916 views

How Do I Mask the CDN Domain with My Own Domain Name?

So i've been trying out cloudfront from AWS. Why is the URL 'example.com' resolving to 'example.com.s3.eu-west-1.amazonaws.com' in the Address Bar? I've tried googling loads of questions with this ...
Niccaman's user avatar
  • 101
14 votes
3 answers
3k views

Access Amazon S3 Static Website Through IPv6

I host a static website on Amazon S3 with DNS hosted on Amazon Route 53. I'd like my site to be accessible via IPv4 and IPv6 (because it's about time). When I use the Route 53 AWS Management Console ...
user avatar
1 vote
2 answers
3k views

How to configure AWS Route 53 to get equivalent of domain forwarding with masking

(I apologize in advance for not having enough technical depth to ask this intelligently) I currently have an AngularJS static website hosted on AWS S3. I'm using AWS Route 53 for DNS. I'm able to ...
JET's user avatar
  • 113
1 vote
1 answer
2k views

AWS/Route53/S3: Redirecting www.example.com to example.com works. Redirecting example.com to www.example.com doesn't

To set up a static site on S3 with DNS on Route53, we have two options. If we want the users to type www.example.com and have that auto-replaced in the address bar by example.com, we would do the ...
Calaf's user avatar
  • 111
-1 votes
1 answer
112 views

Route 53 subdomains and their redirects

I am having problems with my redirects. I have a bucket named example.com created in s3 which redirects to http://google.com (just an example). In route 53 I am able to point my example.com domain to ...
Qant's user avatar
  • 3
2 votes
1 answer
3k views

Direct multiple domains to specific URLs under one domain: Amazon S3 or Apache

I have a site with user profiles and following address structure: www.mywebsite.com/user1 www.mywebsite.com/user2 I need to allow users to point/redirect their own domains to their respective page ...
Aleksey's user avatar
  • 23
5 votes
1 answer
3k views

What should an s3 end point look like when configuring an ALIAS record in Route53?

I'm trying to point my root domain to an s3 bucket that redirects to www.mywebsite.com. However, when I try to configure my ALIAS record to point an s3 endpoint, the only endpoint that the dialogue ...
Peter Berg's user avatar
1 vote
1 answer
3k views

S3 static website hosting, which DNS CNAME record should I use?

I have created a S3 static website e.g. www.example.com The S3 endpoind is: www.example.com.s3-website-us-east-1.amazonaws.com When I dig this DNS www.example.com.s3-website-us-east-1.amazonaws.com....
Howard's user avatar
  • 2,145
22 votes
2 answers
24k views

No targets available when trying to set alias target from Route 53 to S3

I'm trying to setup a simple Amazon AWS S3 based website, as explained here. I've setup the S3 bucket (simples3websitetest.com), gave it the (hopefully) right permissions: { "Version": "2012-10-...
Amir Zucker's user avatar
14 votes
3 answers
29k views

Wildcard Subdomain (*.example.com) with Amazon Route53 DNS and S3

I am hosting a static website using Amazon Route53 for DNS and S3 for html files. It is working fine. Current Setup is: example.com. A ALIAS s3-website-us-east-1.amazonaws.com. www.example.com. ...
Jasper's user avatar
  • 297
-1 votes
1 answer
730 views

aws route 53 and vistualhost in ubuntu apache [closed]

I have added domain name in route 53 and creating a sub domain to land into virtualhost with a port. I am trying to add a sub domain as cname and cname is my servername in virtualhost. I am on ubuntu ...
Krishna Bhatt's user avatar
0 votes
1 answer
548 views

AWS route53 forwarding

Essentially, I need to know how to point one URL/folder to a web server and a different URL/folder to an EC2 app server. I'm trying to setup a SAAS with the following URL configuration. www.mysite....
Littlebob's user avatar
0 votes
1 answer
368 views

Route53 pointing to cloudfront www

I have seen a lot of tutorials about having non-www domain hosting of S3 static websites but I've yet to see one which works on www domains, i.e www.jobkent.com. My steps so far is to create a bucket ...
Jimmy's user avatar
  • 269
2 votes
3 answers
2k views

Hosting a site on Amazon S3, URL keeps redirecting

I am trying to use Amazon S3 to host my webiste. I have the domain registered though namecheap. Whenever I navigate to mywebsite.com the URL in the browser changes to http://mywebsite.com.s3-website-...
PBG's user avatar
  • 121
0 votes
2 answers
4k views

Create 301 Redirection in Amazon Route 53 for Wildcard Subdomains

My domain name hosted on Route 53 DNS. Amazon has a guide to do 301 redirection for www. To naked domain by point www. version to a S3 static website with 301 setted up. My question is, how can I ...
Eric Yin's user avatar
1 vote
1 answer
2k views

Configure subdomain to point to S3 bucket using Route 53

How would I go about mapping files.example.com to an Amazon S3 bucket using Amazon's Route 53 service? I've attempted to add a CNAME record but I get the following:
Kyle Decot's user avatar