Questions tagged [aws-route53]

7 questions
0
votes
0 answers

Browser not routing to aws active region because of browser's DNS and Socket cache

We have 2 AWS regions in active mode. Services in Region-1 and Region-2 have health checks registered with Route53 which is setup for 'latency based routing'. Here is the scenario: I access the public URL of a service using a Browser and it is…
user8898538
  • 11
  • 1
  • 6
0
votes
0 answers

DNS configuration with separate accounts

I have an AWS setup where I have a main AWS account (MainAccount), where I have a public hosted zone for my domain (mydomain.com) and also registered the domain under this account. Then I have a separate AWS account (AppAccount) where I deploy my…
bszabo
  • 13
  • 2
0
votes
2 answers

ACM Certificate validation failure from Cloudformation template

I'm deploying a AWS Cloudformation stack with a Beanstalk instances, Routes53 record and an ACM Certificate. I would like to validate the certificate immediately during the stack deployement from a DNS Validation. When I run and deploy the stack,…
0
votes
0 answers

Allow addVpc with different region in existing private hosted zone

I stucked in addVpc from fromLookup region : us-east-1 } else{ privatehostedZone = route53.HostedZone.fromLookup( this, 'privatehostedZone ', { domainName: domainName, privateZone: true, }); privatehostedZone.addVpc(vpc) } Is…
trung
  • 21
  • 1
0
votes
0 answers

API Gateway domain name returns 404

I use sst.dev to deploy my API to AWS, I have added a custom external domain to my app through SST code (I set a specific sub domain for the API), and in AWS's dashboard -> API gateway -> "Custom domain names" I can see the sub domain I set in SST…
0
votes
2 answers

aws ec2 my spring boot is runnig on port 8080 and I need to run on 80

I have configure AWS EC2 linux instance . So I run my spring boot app on that instance. So When I start my app its post is 8080 so after deployment and my app is active then URL is like : 55.12.15.78:8080/myapp/ Can any one help how to run my app…
0
votes
1 answer

Creating a cross-account role to perform VPC associations with Private Hosted Zones

I'm trying to create an IAM cross-account role following the example in https://repost.aws/knowledge-center/lambda-function-assume-iam-role. I want a central account (7935xxxxxxxxx) to be able to create a VPC association between a VPC in a workload…
craigcaulfield
  • 3,381
  • 10
  • 32
  • 40