Questions tagged [amazon-route53]

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.

Docs

2591 questions
0
votes
1 answer

Is it possible to route request from one domain to different domain in aws api gateway

I have API gateway configured in aws. But I want to route the requests from api.xyz.com/test/create -> test.xyz.com and authentication need to happen in the API gateway if it's successful then route the request to test.xyz.com . I have eks…
0
votes
0 answers

Remove ECS container name from record name on AWS Route 53

I have a little architecture with two services running on a EC2 cluster of AWS ECS, they're healthy and I can access them via browser through two ALBs, pointing to frontend and backend respectively. My frontend container can configure its backend…
0
votes
0 answers

Amazon Route 53: register domain/hosted zone can't route traffic to a IP

I registered a domain with Amazon Route 53. I accidentally deleted the auto-generated NS and SOA records under "Hosted Zone" I manually recreated the NS and SOA records. I add an A record to route to an IP. I can't access the website thru the…
0
votes
0 answers

I am unable to reach my site if I omit the url scheme (https)

I have an IIS server and I have deployed a couple of websites on it each using their separate bindings. The sites are deployed on a single EC2 instance behind an application load-balancer (using an autoscaling group) site…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
0
votes
1 answer

Can you redirect domains using AWS Lambda?

I am trying to redirect few domains to one with AWS Lambda The logic is following: Hosted zone for domain example.eu with A record being Alias to an LB LB forwarding traffic to a Target Group and has a valid certificate Target is a Lambda…
0
votes
1 answer

AWS: how to configure Active-Active failover using weighted routing policy

I am considering migrating to Weighted Policy for our Route53 configuration to make out microservice Active/Active. I did comes across this post but it doesn't explain how they did this: If I have LoadBalancers in us-west-2 and us-east-1 and I…
Lester Gray
  • 157
  • 11
0
votes
0 answers

traffic from on-premisses to private subnet through DNS and ELB

We have AWS Direct connect and routing set up to allow connectivity from on-premise to the VPCs and the other way around. We need to access some application running on multiple EC2 from on-premise network only and not from internet. My understanding…
Greg Hill
  • 2,148
  • 2
  • 23
  • 27
0
votes
1 answer

Attaching certificate to ALB with CloudFormation

I have a stack definition for AWS Fargate. Among other things, my stack has a load balancer, and a public IP/DNS for outside access. I made the certificate manually, using Route53 and currently attach it as: Parameters: VPC: Type:…
0
votes
1 answer

Trying to expose aws_api_gatewayv2 to domain name, getting no route to host

I have created an API Gateway v2 which exposes a single AWS Lambda which I intend to use to expose my entire REST API through. So far I have this working just fine by following the hashicorp tutorial. // S3 bucket for code release and…
mmachenry
  • 1,773
  • 3
  • 22
  • 38
0
votes
1 answer

Wordpress Migration .net to .ca problems

Yesterday I migrated my Wordpress site to new hardware, and from my .net URL to .ca After migrating the site I was able to login and everything was working correctly, but during testing I noticed that the old login page, example.net/wp-login.php…
0
votes
0 answers

Amazon Certificate Manager SSL "Waiting for verification"

I'm going to issue a domain using AWS and get a certificate for it. I'm Already done about "Creating a Record on Route 53" So CNAME connect Domain record at route53 But there was no change in the three days. I don't know why. record…
0
votes
2 answers

Route 53 provide the geolocation of a user

So we have a multi tenancy application, when a user request comes in. I know in Route 53 we can route to a different server. But is it possible to determine the location ie Europe or Asia. ie like add to a header? Ideally I'd like to pass this…
user1555190
  • 2,803
  • 8
  • 47
  • 80
0
votes
1 answer

AWS Target group has two instances , how does ALB selects which one to go?

I was wondering if a target group has two instances, how does load balancer selects between two instances ? is it randomly selected?
0
votes
1 answer

Route53 Weighted Policy not working as expected

I have two separate Beanstalk environments B1 and B2). I am currently trying to set up a weighted traffic route-policy through Route 53 such that B1 receives 70% of the traffic and B2 receives 30% of the traffic. The routing is set up and the…
0
votes
1 answer

ECS Fargate container cannot reach Route 53 URL

I have an ECS container on Fargate that needs to connect to an EC2 instance that hosts a web service. Both the Fargate container and the EC2 instance are on the same VPC and subnet, and the subnet is public. If I provide the container the Private…
1 2 3
99
100