Routing traffic to S3 bucket not working

0

Hi,

I've followed all the steps to set up my static HTML page served through S3. I can access it through S3 bucket just fine but Route 53 does not work. It only shows blank page.

What gives?

S3 bucket sample (works) http://cdn.resumeforrest.com.s3-website-us-west-2.amazonaws.com

Route 53 (does not work) http://cdn.resumeforrest

asked 5 months ago136 views
2 Answers
1

Hi,

I see two issues currently:

  1. Your bucket is located in eu-west-1 AWS Region and not us-west-2, therefor correct URL is http://cdn.resumeforrest.com.s3-website-eu-west-1.amazonaws.com, which I can access.

  2. I assume you meant http://cdn.resumeforrest.com, this domain cannot be resolved so you need to look at:

  • your DNS zone configuration (correct records exist, specifically cdn alias record pointing to S3 bucket within resumeforrest.com zone)
  • registrar configuration (making sure correct Name Servers are specified)
AWS
answered 5 months ago
0

Thanks , I have fixed issue one

Regarding issue two the domain resumeforrest.com is migrated from Godady and other subdomains like "app.resumeforrest.com" are working fine , do you have any suggestion or guidelines ?

answered 5 months 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