Questions tagged [amazon-route53]

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating human readable names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other.

608 questions
0
votes
1 answer

Site running without an EC2 instance on AWS

I have been doing a lot technical troubleshooting and research, regarding AWS(Amazon Web Services) hosting of an organization website on a remote webserver, The organization deployed a wordpress website running on domain hosting service(Route…
0
votes
2 answers

Should I update Serial on SOA when migrating DNS for my domain

I'm in the middle of moving DNS for a personal domain from a legacy hosting provider to AWS Route 53. Old SOA record on the old hosting provider's DNS: serial = 121040502 refresh = 10800 (3 hours) retry = 3600 (1 hour) expire =…
0
votes
2 answers

AWS route 53 inbound resolver endpoints vs using .2 address in a VPC

I am looking to resolve addresses in a private hosted zone network using customised forwarding rules configured in an on-prem DNS service. The forwarding rule would effectively say, "for my private domain xyz, forward queries to 10.1.1.2" where…
shonky linux user
  • 1,163
  • 10
  • 15
0
votes
1 answer

Route53 configuration for subdomains for different environments in 123 reg

I have a main domain lets call it example.com. In aws I have created a hosted zone via pipeline for test.example.com and added 4 NS records to 123-reg.com and its working perfectly. Now I am trying to create a stag environment stag.example.com and…
0
votes
2 answers

How to use HAProxy to override 25 Certificates per Application Load Balancer limit in AWS?

I use AWS to run a web application, which supports custom domains and subdomains. I am using AWS certificate manager to generate and manage certificates. Well, say my application is available under https://myapplication.com , I can use my…
0
votes
0 answers

How can I set up my HostedZone so that it delegates to a parent DNS record in another AWS account?

Introduction I have some TypeScript code that uses CDK to create an API Gateway and a Lambda. It works and deploys to a standard AWS URL. So far so good. I now need to transfer the API Gateway so that it operates on a custom domain, so that it can…
halfer
  • 161
  • 1
  • 5
  • 25
0
votes
1 answer

AWS EC2 Instance Public DNS includes IP address

My AWS EC2 instance's public DNS has the public IP address in it separated by -. For example: ec2-x-xx-xxx-xxx.ca-pacific-x.xxx.amazonaws.com. Now, my question is when I give my users this DNS, is it safe knowing they have access to my public IP…
0
votes
0 answers

Resources using a successfully issued (I think?) ACM Certificate produce net::ERR_CERT_AUTHORITY_INVALID when accessed

We're using an ACM certificate to afford custom CNAMEs in a CloudFront Distribution and an API Gateway API. This was working correctly until we recently moved the creation and assignment of this certificate away from a manual process, into an…
0
votes
1 answer

AWS clone instance to many regions and set GeoDNS (Route 53)

I have an AWS instance working, and I need to clone it to other regions of the world. I have a single domain name registered via Route 53. My problem is the domain, despite attempts to configure properly, only direct the request locally to my…
0
votes
1 answer

Adding alias A record and A records on different domain and host

I have a general question. If my domain and host provider are different, as far as I got, the A and CNAME records only should be written in the domain provider. Then how is about alias? Could I have alias A record in the host? My problem is that my…
0
votes
1 answer

In GeoDNS, Is it possible to have multiple A record for one US state

I am trying to setup GeoDNs and was wondering if I can add multiple server IPs to one US state to loadbalance it. I have 4 servers in total. 2 server will serve New York And the other 2 serve California Is this possible?
0
votes
0 answers

Wiring up Heroku custom domain config to AWS Route 53 for a GoDaddy registered domain

I am trying to setup custom domains for my SSL enabled Heroku application on AWS Route 53. I have added custom domains (the root and www sub domain) to my heroku application via the CLI. The custom domains and their DNS targets show up fine on the…
0
votes
1 answer

What could be a best solution for ElasticBeanstalk environment stop/start for cost saving

So i have a use case where we only need Elasticbeanstalk environment only in weekdays and in business hours only. So here at the moment i'm using a lambda function which terminates App environment and later next day other lambda will re-build the…
0
votes
1 answer

Should I use nginx or route53 for redirect?

What should I use for subdomain redirection? I want to create webmail.mywebsite.com and then redirect it to gmail.com I try to do that with nginx server { server_name webmail.mywebsite.com 301 https://www.gmail.com } But nothing happens when I…
Maw321
  • 1
0
votes
1 answer

How do I point other websites to subdomains on my site without redirecting users?

Apologies in advance as I'm trying to do something and I don't know what it's called or the best way to describe it, but here's my best attempt: I have a domain, let's say aaa.com, and that domain has a predefined subdomain for each customer that…
HartleySan
  • 103
  • 4