amazon-route53

Site domain redirecting to the url of amazon web services bucket

穿精又带淫゛_ 提交于 2020-01-06 18:08:34
问题 I have a static website which is currently being hosted in an AWS S3 bucket: mysite.com I used GoDaddy to purchase the domain for mysite.com and I'm in the process of configuring this URL so that it points to my AWS S3 bucket. I believe I've configured the S3 bucket correctly as mysite.com.s3-website-us-east-1.amazonaws.com serves my static site. However, I have a problem with my AWS Route 53. I set up a hosted zone with an alias, nameservers, and a start of authority. My problem is that when

AWS Route 53 wildcard subdomain with Api gateway

此生再无相见时 提交于 2020-01-01 10:16:13
问题 I have a Hosted zone name example.com on AWS Route53 DNS service. I have multiple subdomain record sets like: api.example.com - type A - ALIAS xxx.cloudfront.net www.example.com - type A - ALIAS xxx.cloudfront.net app.example.com - type A - ALIAS xxx.cloudfront.net All the records point to a Cloudfront generated by Api Gateway Custom Domain. I want to offer a custom subdomain to all of my users: USERNAME.example.com alice.example.com bob.example.com ... I do not know in advance the username

Setting up a CNAME for an S3 bucket using Amazon Route 53

拥有回忆 提交于 2020-01-01 00:25:26
问题 I need the following url http://liangpai.s3.amazonaws.com/uploadImage/shareImage/2012-10/506dc1ef71dcf.png showing as: http://imgs.liangpai.me/uploadImage/shareImage/2012-10/506dc1ef71dcf.png My S3 bucket name is “liangpai”. On Route 53, I created a new CNAME named “imgs”, the value I entered is “liangpai.s3.amazonaws.com” After this I don’t see the S3 web link changes to my domain link. Anything wrong here? Thanks for your advice! 回答1: S3 CNAMEs require the bucket name to match the host name

how appoint a subdomain for a s3 bucket?

只愿长相守 提交于 2019-12-29 03:35:08
问题 Good morning, I am using amazon s3 bucket as the image server. And I want to use a subdomain of my site, how to address this bucket. eg: a picture is now in: https://s3-sa-east-1.amazonaws.com/nomeBucket/pasta/imag.png, and I access it through this same link. Would that it were so: imagens.mydomain.com.br / folder / imag.png Is there any way I can do this? appoint a subdomain address to a bucket? I've tried the amazon route 53, as CNAME. I tried this: https://s3-sa-east-1.amazonaws.com

Route 53 Configuration - Which is better ALIAS A or ALIAS CNAME RRS

纵饮孤独 提交于 2019-12-25 18:39:08
问题 Question: When configuring Route 53 with AWS services such as CloudFront or ELB, which is better to use: an ALIAS A record or an ALIAS CNAME record? Background: An interesting thread developed on this question regarding the benefits of ALIAS records. Thread Link My intention is to create this question so that informed answers and knowledge can be collected in one place. 回答1: There is no "better," there's only one correct answer: the Alias RR type must be the same as the target RR. For

Is there an aws provided feature to automatically add private dns to route53

余生颓废 提交于 2019-12-25 00:09:29
问题 We have a vpc in aws, it there some feature provided by aws to automatically add private DNS to route53 when manually launch an instance. 回答1: If you have installed boto, you can add / update DNS settings like this: DNS_ADDRESS="`ec2metadata | grep 'public-hostname:' | cut -d ' ' -f 2`" /usr/local/bin/route53 change_record <Hosted zone ID> foo.bar.com. CNAME $DNS_ADDRESS 300 DNS_ADDRESS is the AWS DNS name of the instance such as ec2-1-2-3-4.eu-west-1.compute.amazonaws.com The second line

Using ALIAS for ELB if main website DNS manager is not Route 53

倖福魔咒の 提交于 2019-12-24 21:18:54
问题 I use Netlify to host my static site example.com . Since I don't want to append www , I have to use Netlify's DNS nameservers. example.com uses API backend api.example.com , which is a CNAME record that resolves to an ELB address *.elb.amazonaws.com . So 2 DNS lookup is required: first to example.com then to *.elb.amazonaws.com . Alternative: Setup Route 53 with another custom domain example.org with an ALIAS record api.example.org that points to *.elb.amazonaws.com , and use api.example.org

How to point wildcard domain (*.example.com) to s3 buckets with cloudfront/route53

坚强是说给别人听的谎言 提交于 2019-12-24 20:17:03
问题 I have SSL Certified and setup a homepage for my site: example.com and www.example.com using Cloudfront, Route 53, and an s3 bucket. The site is just a basic static site. I am trying to setup my Cloudfront/Route 53 to allow for WildCard subomdains so I can create some landing pages eg, industry-a.example.com, industry-z.example.com and have them point to separate static s3 buckets. I have tried adding in *.example.com to my Cloudfront and Route 53 I have a hosted zone created for a domain

AWS route53 hosted zone settings

我的梦境 提交于 2019-12-24 19:23:10
问题 I have registered a domain name on AWS route53. The domain name is invatxxx.com I have an ec2 instance, on that machine an apache server and Drupal web site. The ec2 instance has an elastic ip address xx.xx.66.245. I can access the website from the IP address. The domain has the following server names: ns-xx.awsdns-xx.net ns-x5.awsdns-x1.com ns-x3.awsdns-x2.co.uk ns-xx1.awsdns-x3.org I have created a hosted zone with a name as the domain name, to ' NS – Name server ' record set I added the

Weighted round robin dns between 2 Cloudfront distributions

故事扮演 提交于 2019-12-24 04:22:40
问题 We are trying to use aws to do some a gradual deployment test with our javascript code, but it seems to fail us we created 2 S3 buckets with CF distributions : a.example.net -> aaa.cloudfront.net b.example.net -> bbb.cloudfront.net than we created a weighted round robin DNS entry in route53 test.example.net -> (cname) -> aaa.cloudfront.net (5) test.example.net -> (cname) -> bbb.cloudfront.net (95) in the S3 bucket we put a file with the CF corresponding domain name for each bucket : http:/