Software Alternatives & Reviews

Amazon Route 53 Reviews and details

Screenshots and images

  • Amazon Route 53 Landing page
    Landing page //
    2022-01-28

Badges

Promote Amazon Route 53. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

AWS re:Invent 2018: Introduction to Amazon Route 53 Resolver for Hybrid Cloud (NET215)

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Amazon Route 53 and what they use it for.
  • How I - well, AWS WAF and CloudFront - saved the day for my client
    We moved my clients main DNS zone to the Route53 service (luckily, all the preparatory census work had been carried out before). This brings at least two benefits:. - Source: dev.to / about 1 month ago
  • Amazon Route 53 Routing Policies: A cornerstone component in improving performance & availability
    Amazon Route 53 is a highly available and scalable Domain Name System (DNS) service that allows users to route end-users to internet applications. AWS Route53 is a versatile service that can be used to manage domain registration, create and manage DNS records, and configure health checks to monitor the health and performance of resources. In this article, we’ll take a closer look at the different routing policies... - Source: dev.to / 6 months ago
  • Authenticating users in the load balancer with Cognito
    In this case, we configure MY_CUSTOM_DOMAIN to be an alias A record in Route 53 with the load balancer being the target value. - Source: dev.to / 7 months ago
  • Understanding Amazon Route 53: An In-depth Guide
    In today's cloud-centric world, one of the most crucial services often overlooked is the Domain Name System (DNS). A robust DNS service is foundational to ensure that your web applications are scalable, secure, and highly available. One such leading service in this space is Amazon Route 53, part of Amazon Web Services (AWS). This blog post aims to provide a comprehensive guide on what Amazon Route 53 is, its... - Source: dev.to / 8 months ago
  • Presenting AWS Speakers Directory, an AI Hackathon Project
    Our application consists of a web layer, a GraphQL API powered by AppSync and a DynamoDB table. This part of the application handles user flows, authentication and authorization with Cognito, and storage of event and talk data. Web assets (our Flutter application) are stored in S3 and served over CloudFront. We have a custom domain managed by Route 53. All of this is composed with the AWS Cloud Development Kit. - Source: dev.to / 10 months ago
  • DNS hosting company has gone bust
    DNS Made Easy, CloudFlare, and AWS Route 59 are three reputable companies. Once you sign up and add the needed records, then hopefully you can login to your domain registrar and change your DNS servers to the new ones. Source: 11 months ago
  • A Practical Guide To Deploying A Complex, Production Level, Three-tier Architecture On AWS
    AWS Route 53 will be used to provide a domain name for the application. - Source: dev.to / 11 months ago
  • How valuable is home lab automation when applying for Devops?
    You'll also need Route53 to buy a domain and set up a CNAME record, so it's a personalized website (this will cost some money, like $10 per 5 years if you go for a cheaper top level domain). Source: 12 months ago
  • How to Connect Your Namecheap Domain to Route 53
    Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service. Route 53 connects user requests to internet applications running on AWS or on-premises. In essence a DNS turns domain names into IP addresses, which allow browsers to get to websites and other internet resources. I wouldn’t want to bore you with the technical jargon and such, so you can read more about Route 53. - Source: dev.to / 12 months ago
  • Understanding DNS and Amazon's Route 53 Cloud Service: A Beginner's Introduction
    To learn even more about Route53, check out this documentations by AWS: Https://aws.amazon.com/route53/. - Source: dev.to / about 1 year ago
  • domain providers / nameservers that allow creation of new zones?
    It's not free, but Route53 supports zones for subdomains, and fairly granular permissions that would allow to scope access to a single hosted zone. Source: over 1 year ago
  • AWS Beginner's Key Terminologies
    Amazon Route 53 (networking & content delivery) Amazon Route 53 is a web service you can use to create a new DNS service or migrate your existing DNS service to the cloud. A reliable and cost-effective way to route end users' traffic to internet application Https://aws.amazon.com/route53/. - Source: dev.to / over 1 year ago
  • Self-Hosting Bitwarden On AWS
    One of the requirements for installing Bitwarden is a domain name with DNS records. This could be created in Amazon Route 53 if you are creating a new domain or subdomain already managed in AWS. I am using CloudFlare for DNS for this domain, so I had to create an A record for Bitwarden to use, pointing to the public IP address of the EC2 instance created by Terraform:. - Source: dev.to / over 1 year ago
  • Build interactive maps with OpenStreetMap data on AWS
    OSM data is free and the open-source community has created an amazing toolchain to work with it, from storage to processing and rendering — visit Swith2OSM to learn more about the OSM ecosystem. You can also run your own “map stack” on AWS. In fact, you can follow the Serverless Vector Tiles on AWS tutorial to build and deploy your own map tiles using Amazon S3, Amazon Route 53, AWS Certificate Manager, and Amazon... - Source: dev.to / over 1 year ago
  • Mapping your AWS attack surface
    To determine the DNS Hostnames used as part of your cloud perimeter, Steampipe can query all of the A records and CNAMEs in your Route 53 Hosted Zones. A records point directly to IP addresses under your control. CNAMEs are references that can point to hosts or other cloud-provider-managed resources. In either case, you need to understand what exists in your environment. - Source: dev.to / over 1 year ago
  • Authorizing requests with Lambda@Edge
    One drawback of Lambda function URLs is that they don't allow custom domains as of writing this. A workaround to this issue is to create a CloudFront distribution where the origin is the function URL. We can then add the distribution as a target for the Route 53 record. - Source: dev.to / over 1 year ago
  • Host Your SAAS Completely Serverless and Free
    AWS Lambda is my go-to choice when it comes to backend hosting. You can configure your domain or subdomain in Route 53 and API Gateway to interface with your functions via REST API. I highly recommend using Serverless for deploying your code. It abstracts all the complexity and you can deploy all the complex cloud configurations using a simple YAML file. - Source: dev.to / over 1 year ago
  • Migrating Wordpress from GCP to AWS
    I use CloudFlare for some of my DNS services, which also provides some caching and DDOS protection. If using Amazon Route 53, or another DNS provider, the domain names and IPs would need to be updated in your provider so they would resolve properly. - Source: dev.to / over 1 year ago
  • A full-stack serverless application with AssemblyLift and Next.js
    AssemblyLift projects can specify one or more domain names to which services can be mapped using a DNS provider. At the moment, the only available DNS provider is Amazon Route53. - Source: dev.to / over 1 year ago
  • System Design: Netflix
    We can determine the user's location either using their IP or region settings in their profile then use services like Amazon CloudFront which supports a geographic restrictions feature or a geolocation routing policy with Amazon Route53 to restrict the content and re-route the user to an error page if the content is not available in that particular region or country. - Source: dev.to / over 1 year ago
  • Learnings on Testing & Deployments of UI and BFF in CICD Pipelines for AWS
    Yes, CloudFront URL's, Route53 on top, or a 3rd party like we use such as CloudFlare can massively impact "well, your code doesn't work when deployed... Thanks for nothing, e2e tests". But that stuff isn't transient much. Once you figure it out, you're good. - Source: dev.to / over 1 year ago

Do you know an article comparing Amazon Route 53 to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Amazon Route 53 discussion

Log in or Post with

This is an informative page about Amazon Route 53. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.