amazon-route53

URL Forwarded instead of Masked with AWS S3 Static Site via Route 53

孤者浪人 提交于 2019-12-24 01:18:39
问题 When using Route 53 to have an A Record w/ Alias pointing to an S3 Static Site, the domain forwards to the S3 url rather than masks it. When i enter: example.com I expect it to show the index.html page in my bucket. Instead, it forwards me to: example.com.s3-website-us-east-1.amazonaws.com I have followed these instructions several times, but always get the same result. http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html The site loads fine when

How can I use AWS Route 53 to set up a subdomain

喜欢而已 提交于 2019-12-23 16:31:07
问题 I'm very confused... I'm just getting my head around the whole DNS thing and, while it's simple enough to understand, I'm having trouble setting up subdomains using Route 53. I've set up the A Record for my new domain (for argument's sake, let's call it mydomain.com. and it works perfectly! What I'd like to be able to do now is set up a subdomain ( api.mydomain.com. ), which should point to mydomain.com/api . How can I achieve this using AWS? Here's some more info on my architecture. Domain

AWS alternative to DNS failover?

荒凉一梦 提交于 2019-12-23 13:20:33
问题 I recently started reading about and playing around with AWS. I have particular interest in the different high availability architectures that can be acheived using the platform. Specifically, I am looking for a reliable poor man's solution that can be implemented using the least amount of servers. So far, I am satisfied with solutions for the main HA concerns: load balancing, redundancy, auto recovery, scalability ... The only sticking point I have is with failover solutions. Using an ELB

How do you redirect from one toplevel domain to another using Route53

我是研究僧i 提交于 2019-12-22 18:09:11
问题 Apologies if my terminlogy is not quite correct here I have the domain albunack.net working fine on Route53. I also have domain albunack.com under Route 53 control I want any requests to albunack.com to redirect to albunack.net and also to show the user they are on albunack.net not albunack.com (via the webbrowser address) I tried creating an A record as Alias for albunack.com and setting alias target to albunack.net but that didnt work it didnt recognise albunack.net , how am i meant to do

Serve non-subdomain routes

故事扮演 提交于 2019-12-22 12:32:07
问题 I want to use Wordpress to host company's blog. Main website is an ASP app. They are hosted on different EC2 instances. Blog should have non-subdomain URL: example.com/blog , not blog.example.com . How can this be done? Can load-balancing tool like Cloudflare help with that? I tried doing some kind of masking using Route53. Also experimented with hosting the blog in IIS side-by-side with main site. 回答1: You could put nginx upstream of both of them and use it as a reverse proxy to both of them

How to forward non WWW to WWW with AWS Amazon Cloud front behind HTTPS cloud front

六眼飞鱼酱① 提交于 2019-12-22 07:50:40
问题 I already have Cloud Front setup to redirect all calls to HTTPS protocol. Now I want to forward "non www" to www. How can I achieve this with respect to the current setup? I tried the one below, but it wasn't successful as this one doesn't take HTTPS redirection into consideration. https://www.pbxdom.com/how-redirect-non-www-to-www-with-amazon-cloud-front-route-53-and-s3 URL doesn't redirect www. Instead, it shows error message: This XML file does not appear to have any style information

CloudFront distribution and AWS issued certificate gives SSL_ERROR_NO_CYPHER_OVERLAP

空扰寡人 提交于 2019-12-22 02:05:48
问题 I can't get the Internet <-> CloudFront <-> S3 Bucket working, using an AWS certificate. This is what I did: Created a certificate, a wildcard one, like: *.mydomain.com. Created a S3 bucket, no fiddeling with properties. Creating a CloudFront distribution, using the created S3 bucket URL as origin, selecting my certificate from step 1, choosing HTTP/2, HTTP/1.1, HTTP/1.0, and choosing HTTP to HTTPS redirect. Created an A alias in my hosted zone for the domain the certificate is issued for,

How to publish kubernetes LoadBalancer Ingress URL to aws route53

久未见 提交于 2019-12-21 17:38:47
问题 Today when I launch an app using kubernetes over aws it exposes a publicly visible LoadBalancer Ingress URL, however to link that to my domain to make the app accessible to the public, I need to manually go into the aws route53 console in a browser on every launch. Can I update the aws route53 Resource Type A to match the latest Kubernetes LoadBalancer Ingress URL from the command line ? Kubernetes over gcloud shares this challenge of having to either predefine a Static IP which is used in

AWS Elastic Beanstalk Namecheap SSL Configuration

↘锁芯ラ 提交于 2019-12-20 14:46:19
问题 My iOS software platform runs on AWS Elastic Beanstalk and has a URL we'll call "something.elasticbeanstalk.com". I have a website we'll call "website.com" I purchased and operate the DNS records for through Namecheap. I need to make the URL my iOS client apps use to connect to the server HTTPS since Apple is requiring this soon due to App Transport Security. WHAT I THINK I'M SUPPOSED TO DO What I think I'm supposed to do is, create an SSL certificate for "website.com" and apply that SSL

Rate for operation ChangeResourceRecordSets exceeded [closed]

寵の児 提交于 2019-12-20 11:36:19
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I am trying to delete record set in Route 53 console (web interface), but get this error: Rate for operation ChangeResourceRecordSets exceeded I tried deleting the record set via API, but I get the same error. Which limit have I exceeded? 回答1: Have a look at. https://status.aws.amazon.com At the moment (Mar 14,