Juan Ignacio GómezforJuan Ignacio's Blog!jigomezit.hashnode.net·Mar 22, 2023Build a Static Website with AWSEver since I started expanding my knowledge with AWS and the world of the Cloud, I wanted to start creating real projects to gain practical experience with some services. Additionally, I wanted to create my personal website, as it greatly benefits on...Discuss·10 likes·51 readsAWS
Tobias SchmidtforAWS Fundamentalsawsfundamentals.hashnode.net·Oct 18, 2022How to Pick the Correct Routing Policy With Route 53In this article, we'll have a look into Route 53's routing policies, covering simple, weighted, failover, geolocation, and latency. There are different types of routing that you can use for your domain names. Routing Policies The type determines how ...Discuss·7 likes·796 readsCloud Computing
Tobias SchmidtforAWS Fundamentalsawsfundamentals.hashnode.net·Sep 28, 2022Improve Latency-based Routing & Region Failover with Route53Looking at your operational tasks if you’re running a serverless application on AWS is mostly very enjoyable — generally, there’s not much that can break or cause interruptions. No containers to suddenly stop working, no resource limits that are easi...Discuss·4 likes·194 readsAWS
BrittanyforSincerely Brittany’s Blogsincerelybrittany.hashnode.net·Apr 25, 2023How To Connect Your AWS Domain Name To BlueSkyHey there! I know it has been a while, but honestly, these past few months have been very difficult. I lost my job at Twitter (thanks Elon) and I had a procedure earlier this year that caused me to have to take a step back. But I am back actively loo...DiscussAWS
Sonny Alves DiasforSonny Alves Diassonny-ad.hashnode.net·Apr 22, 2023How to do a (serverless) web redirection in AWS Route53?Imagine you are using a DNS provider and you have a domain example.com and example.net redirecting to example.com. It's pretty easy to set up. One day you migrate to AWS Route53 because you want geolocation, load balancing, or something of the sort. ...DiscussWeb Development
Priyanka Burelaforpriyanka-burela.hashnode.net·Apr 20, 2023AWS Certificate Manager DNS ValidationIntroduction: In This, I have created an HTTPS AWS Certificate (ACM) and validated it with my domain in AWSRoute53 using DNS validation. Step 1: You'll Register a Domain: Step 2: Purchase the Domain and enter all the personal details, checkout, and ...Discuss·31 readsDevops
Juan Ignacio GómezforJuan Ignacio's Blog!jigomezit.hashnode.net·Mar 22, 2023Build a Static Website with AWSEver since I started expanding my knowledge with AWS and the world of the Cloud, I wanted to start creating real projects to gain practical experience with some services. Additionally, I wanted to create my personal website, as it greatly benefits on...Discuss·10 likes·51 readsAWS
Jenna's RunbooksforJenna's Runbooksjennasrunbooks.hashnode.net·Mar 6, 2023AWS Hybrid DNS with TerraformThis article was originally published in July 2022 on my GitHub io blog here Overview The purpose of this runbook is to demonstrate the implementation of an AWS Hybrid DNS design and architecture between an AWS region hosting private-only subnets an...Discuss·61 readsAWSAWS
Yashvi Kothariforyashvikothari.hashnode.net·Feb 17, 2023Prevent Route53 Domain Expiration: Lesson Learned from HotstarI. Introduction II. Amazon Route53 Domain Expiration Protection III. AWS Trusted Advisor IV. How Amazon Route53 and AWS Trusted Advisor could have helped Hotstar V. Trend Micro Conformity VI. How Trend Micro Conformity could have helped prevent Hotst...Discuss·216 readsroute53
Matthew IvancicforDispatches from /dev/nullbobafettywap.hashnode.net·Feb 13, 2023Route53 Hosted Zone delegationWhen working in AWS, the typical advice is to avoid creating resources as the root user, both for security and to avoid confusion. It is typically recommended instead to utilize AWS Organizations to create a new account for every AWS project (I perso...Discuss·37 readsAWS
Zainab Mirkarforzainabmirkar.hashnode.net·Jan 27, 2023AWS Web Hosting and Security for our client: A Case Study of Deploying and Securing a Website on Amazon EC2 using Nginx and SSLMain Objectives and Goals of the Project 🎯 Deploy and configure a web server on an Amazon EC2 instance, and successfully publish a website to be accessible to users via a specified URL. Implement a secure connection for the website hosted on an Am...Discuss·1 like·139 readsAWS
Gowtham ParamasivamforGowtham's bloggowthamparamasivam.hashnode.net·Jan 14, 2023CNAME vs AWS Route 53 AliasCNAME Records A CNAME (Canonical Name) record is a type of DNS (Domain Name System) record that maps an alias hostname to the real or canonical hostname. This allows a subdomain to be pointed to another domain or subdomain, effectively redirecting al...Discuss·461 readsdns
Enrique SalcedaforQuique's Blogquique.hashnode.net·Jan 3, 2023Move domain from one AWS account to another one with the CLILast week I had the task of moving a domain that was in one AWS account to another one. It's really easy you just need: Programmatic access to the account that has the domain. Programmatic access to the account that will receive the domain. Comma...Discussdomain-transfer