amazon-route53

AWS Cloudfront as CDN for Heroku Site with Custom Domain

此生再无相见时 提交于 2020-06-24 13:52:26
问题 Recently, I bought a domain from AWS Route 53 (brianpatrickhummel.com) to host a personal portfolio. The portfolio site is up and running, using an S3 bucket and Cloudfront as a CDN. On the portfolio site, visitors are able to preview some apps that I built, which launch in-site using iframe elements, and I noticed that my Heroku-deployed apps take 10-20 seconds to load, since those sites have very few visitors on average and have no CDN service. Therefore, I began researching using AWS

Route 53 Record Set on Different Port

杀马特。学长 韩版系。学妹 提交于 2020-05-24 19:19:34
问题 I'm a ruby dev and I just started to learn some Node.js. I'm running an instance on AWS to host my rails apps with passenger + nginx listening on port 80 . Now I would like to host a node.js app on the same instance (t1-micro) and put it to listen on port 8000 . How can I use Route 53 to create a Record Set to point a subdomain.domain.com to my.ip:8000 ? I already tried setting an IPV4 record pointing to my.ip:8000 with no success. Any idea what I'm doing wrong? Can I use nginx to serve my

Route 53 Record Set on Different Port

爷,独闯天下 提交于 2020-05-24 19:19:24
问题 I'm a ruby dev and I just started to learn some Node.js. I'm running an instance on AWS to host my rails apps with passenger + nginx listening on port 80 . Now I would like to host a node.js app on the same instance (t1-micro) and put it to listen on port 8000 . How can I use Route 53 to create a Record Set to point a subdomain.domain.com to my.ip:8000 ? I already tried setting an IPV4 record pointing to my.ip:8000 with no success. Any idea what I'm doing wrong? Can I use nginx to serve my

Route 53 Record Set on Different Port

荒凉一梦 提交于 2020-05-24 19:19:13
问题 I'm a ruby dev and I just started to learn some Node.js. I'm running an instance on AWS to host my rails apps with passenger + nginx listening on port 80 . Now I would like to host a node.js app on the same instance (t1-micro) and put it to listen on port 8000 . How can I use Route 53 to create a Record Set to point a subdomain.domain.com to my.ip:8000 ? I already tried setting an IPV4 record pointing to my.ip:8000 with no success. Any idea what I'm doing wrong? Can I use nginx to serve my

Cannot read credentials from /.aws/credentials - PHP script call AWS-SDK

ぐ巨炮叔叔 提交于 2020-05-10 03:54:10
问题 I've looked at every answer on here and it seems my problem is a little different or there hasn't been a proper solution. I'm doing the following in my PHP file: use Aws\Route53\Route53Client; $client = Route53Client::factory(array( 'profile' => 'default', 'region' => 'us-east-1', 'version' => '2013-04-01' )); Getting this error: Fatal error: Uncaught Aws\Exception\CredentialsException: Cannot read credentials from /.aws/credentials Seems like the easy fix would be ensure that the HOME

CloudFront distribution not showing as Route53 alias target

拟墨画扇 提交于 2020-02-26 08:47:36
问题 I’m trying to add a route 53 record set that points to my cloudfront distribution. However, when I select ‘create record set’ in route 53 and click the alias target in the subsequent panel, the cloud front distribution is not listed. All I get is ‘No targets available’. My Distribution has been created and is enabled (and is working). I have added a CName to my distribution with the same domain name that I’m setting up in Route53, but it still doesn’t show. How do I get my distribution to

CloudFront distribution not showing as Route53 alias target

淺唱寂寞╮ 提交于 2020-02-26 08:47:06
问题 I’m trying to add a route 53 record set that points to my cloudfront distribution. However, when I select ‘create record set’ in route 53 and click the alias target in the subsequent panel, the cloud front distribution is not listed. All I get is ‘No targets available’. My Distribution has been created and is enabled (and is working). I have added a CName to my distribution with the same domain name that I’m setting up in Route53, but it still doesn’t show. How do I get my distribution to

Connect AWS s3 bucket and route 53 to godaddy domain

有些话、适合烂在心里 提交于 2020-02-06 02:39:47
问题 I bought this domain with GoDaddy: "howtoripen.com". When I put in URL "howtoripen.com" it loads me GoDaddy LandPage: https://i.imagesup.co/images2/bd5fc5bb955d4442c9d17bff3b05a79834a88490.png I have created a bucket in s3 and configured things in route 53: https://i.imagesup.co/images2/5d0e25f69be70a468be4e0085404c81d102e0715.png And I can't see my HTML, CSS and js files that I uploaded to the bucket. When I click on endpoint URL everything seems fine: http://howtoripen.com.s3-website.eu

How to add a subdomain pointing to IP of EC2 instance in AWS where the domain is pointing to the IP of the machine of some other hosting provider?

这一生的挚爱 提交于 2020-01-24 00:44:08
问题 Here is the situation - I have my domain name xyz.com purchased from godaddy which is pointing to the website IP hosted by wix.com. 2 nameservers provided are of wix.com i.e. - ns2.wixdns.net & ns3.wixdns.net. I have another website which is hosted in AWS EC2 instance with some IP say XX:XX:XX:XX I want to create a subdomain sub.xyz.com which should point to the IP(XX:XX:XX:XX) of my AWS EC2 instance without affecting the main domain pointing to the website created through wix.com. Things I

Create a subdomain that uses Amazon Route 53 as the DNS service without migrating the parent domain

别来无恙 提交于 2020-01-14 05:17:49
问题 I have a domain for instance example.com . The domain is hosted by a third party service (Digital Ocean). I would like to give control of a subdomain to AWS. So I would like to point aws.example.com to AWS. Once the root subdomain is pointed to AWS. I would like to use Route 53 to setup the following functionality: aws.example.com => alias to eb my-production-eb dev.aws.example.com => alias to eb my-dev-eb stage.aws.example.com => alias to eb my-stage-eb Is this possible? Do I have to point