Pakeeza Saeedprojectsfordevops.hashnode.dev·Feb 17, 2025Project-12: Deploying a Highly Resilient Web Architecture on AWSIn this blog, I’ll walk you through how I deployed a highly resilient web architecture using AWS services. The goal was to ensure high availability, security, and scalability by using an Auto Scaling group, an Application Load Balancer (ALB), and pri...#production-level-end-to-end-vpc-setup
Cheedge Leenotes-renovation.hashnode.dev·Feb 6, 2025A Step-by-Step Guide to Deployment Strategies based on AWS Route53 and ELBHow to realize these strategies in AWS, we can classify them into 3 categories: Using CodeDeploy By Route53/DNS or ELB based Approach Services Managed (Elastic Beanstalk, RDS Blue/Green) In last article we have list how to use CodeDeploy to ach...AWS CICDAWS
AnkitforAnkit 's blogimankit.hashnode.dev·Feb 2, 2025Day-10:How to Host a Website Using AWS Route 53 and S3 with a GoDaddy Domain – A Beginner-Friendly GuideSo, you have a domain (like mycoolwebsite.com), and you want to connect it to a website hosted on AWS? Sounds complicated? Don't worry! 😃 In this guide, I will explain everything step by step in a way that even a complete beginner can follow. We'll ...Learning AWS from Scratch: A Day-by-Day GuideDevops
Amit singh deoraamitsinghs.hashnode.dev·Jan 23, 2025Route53 in AWS: Full practical implementationAmazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. To begin, you'll need to create an EC2 instance. During the creation process, you can add a user script that will automatically run and execute. This scrip...AWS
Siddhartha Gauravsgaurav.hashnode.dev·Jan 20, 2025A Beginner's Guide to AWS Route 53What is DNS? DNS (Domain Name System) is like the phonebook of the internet. Instead of remembering complex IP addresses (e.g., 192.0.2.1), DNS translates human-friendly domain names (e.g., example.com) into IP addresses that computers use to communi...AWSroute53
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 17, 2025AWS Cloud Resume Challenge: Route 53 and AWS Certificate ManagerIntroductionAs part of my AWS Cloud Resume Challenge, I aimed to host my resume on a custom domain with secure HTTPS. This blog shares how I configured Route 53 for domain management and AWS Certificate Manager (ACM) for SSL/TLS certificates. Step 1:...30 readsAWS Cloud Resume ChallengeAWS
Patrick Jun Pinedapinesprojects.hashnode.dev·Jan 10, 2025Conquering the AWS Cloud Resume Challenge: My Journey to the CloudIntroduction The AWS Cloud Resume Challenge is a popular project designed to showcase and enhance your cloud computing skills by building a cloud-hosted, interactive resume. It involves using a wide range of AWS services to design, deploy, and manage...1 like·41 readsAWS Cloud Resume ChallengeAWS Cloud Resume Challenge
Vaishali Jogdandevaishalijogdande.hashnode.dev·Jan 10, 2025Route 53 Explained: From Domains to Routing PoliciesQ. Explain flow of Route53 ? When you request for www.example.com, it will first go to DNS resolver Then DNS root name server-> it will check if domain is .com / .in /.org If .com instruct to go to name server for .com TLD(Top Level Domain) TLD ...route53
Sahil Patilsahil-patil.hashnode.dev·Jan 3, 2025AWS Route 53: Simplified DNS ManagementAmazon Web Services (AWS) offers a wide range of cloud solutions, and one of its most powerful tools is Route 53. Route 53 is a scalable and reliable Domain Name System (DNS) service that helps you manage your domains and direct internet traffic to y...☁️ AWS CloudAWS
sriram ravisriramravi.hashnode.dev·Dec 26, 2024Step-by-Step Guide to Deploy a Static Website using S3, CloudFront, Route 53, and AWS ACMObjective This project was to set up a secure, and fast website using AWS services, including CloudFront, Route 53, and ACM. The goal was to enable HTTPS for secure communication, configure DNS settings for domain routing, and leverage CloudFront for...42 readsAWS