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

gefragt vor 6 Monaten151 Aufrufe
2 Antworten
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
beantwortet vor 6 Monaten
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 ?

beantwortet vor 6 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen