VIA-Glaciar / VIA-Glaciar.github.io

GlaciaR :: Visualization
0 stars 0 forks source link

Redireccionar Glaciar.org #13

Closed VIA-Glaciar closed 5 years ago

VIA-Glaciar commented 5 years ago

Tengo Glaciar.org registrado en AWS

a) Quiero redirigirlo a Heroku

Resources:

sigo a: https://devcenter.heroku.com/articles/route-53

duda: ¿Deberé pagar y poner the creedor card? RTA: No hay que pagar, pero si tuve que ingresar la master en Heroku para validar la tarjeta

VIA-Glaciar commented 5 years ago
image image image


Please verify your account in order to add domains (please enter a credit card) For more information, see


https://devcenter.heroku.com/categories/billing Verify now at https://heroku.com/verify

Agregué la Master:

image image
╭─~/Desktop/DevOps/code/github/PabloEzequiel/GlaciaR-Viedma
╰─$ heroku domains:add   -a glaciar-viedma   glaciar.org                                                          1 ↵
Adding glaciar.org to ⬢ glaciar-viedma... done
 ▸    Configure your app's DNS provider to point to the DNS Target
 ▸    convex-watercress-qpv0hgh7l5vmk3xuts22mq7j.herokudns.com.
 ▸    For help, see https://devcenter.heroku.com/articles/custom-domains

The domain glaciar.org has been enqueued for addition
 ▸    Run heroku domains:wait 'glaciar.org' to wait for completion

╭─~/Desktop/DevOps/code/github/PabloEzequiel/GlaciaR-Viedma
╰─$ heroku domains:add   -a glaciar-viedma   www.glaciar.org
Adding www.glaciar.org to ⬢ glaciar-viedma... done
 ▸    Configure your app's DNS provider to point to the DNS Target
 ▸    calm-condor-mhzsqynlf17hig3recyd0we2.herokudns.com.
 ▸    For help, see https://devcenter.heroku.com/articles/custom-domains

The domain www.glaciar.org has been enqueued for addition
 ▸    Run heroku domains:wait 'www.glaciar.org' to wait for completion

╰─$ heroku domains:add -a glaciar-viedma glaciar.org ╰─$ heroku domains:add -a glaciar-viedma www.glaciar.org

VIA-Glaciar commented 5 years ago

Verificación:

╭─~/Desktop/DevOps/code/github/PabloEzequiel/GlaciaR-Viedma
╰─$ host www.glaciar.org
www.glaciar.org is an alias for glaciar-viedma.herokuapp.com.
glaciar-viedma.herokuapp.com is an alias for us-east-1-a.route.herokuapp.com.
us-east-1-a.route.herokuapp.com has address 35.169.120.211
us-east-1-a.route.herokuapp.com has address 52.206.54.179
us-east-1-a.route.herokuapp.com has address 52.5.226.222
us-east-1-a.route.herokuapp.com has address 34.206.37.239
us-east-1-a.route.herokuapp.com has address 52.72.205.91
us-east-1-a.route.herokuapp.com has address 34.237.166.213
us-east-1-a.route.herokuapp.com has address 34.206.154.141
us-east-1-a.route.herokuapp.com has address 35.168.128.7

Seguimos:

╭─~/Desktop/DevOps/code/github/PabloEzequiel/GlaciaR-Viedma
╰─$ host glaciar.org
VIA-Glaciar commented 5 years ago

Domains:

╭─~/Desktop/DevOps/code/github/PabloEzequiel/GlaciaR-Viedma
╰─$ heroku domains -a glaciar-viedma                                                                              2 ↵
=== glaciar-viedma Heroku Domain
glaciar-viedma.herokuapp.com

=== glaciar-viedma Custom Domains
Domain Name      DNS Record Type  DNS Target
───────────────  ───────────────  ────────────────────────────────────────────────────────
www.glaciar.org  CNAME            calm-condor-mhzsqynlf17hig3recyd0we2.herokudns.com
glaciar.org      ALIAS or ANAME   convex-watercress-qpv0hgh7l5vmk3xuts22mq7j.herokudns.com
VIA-Glaciar commented 5 years ago

La redirección funcionó OK:

image

image