Feb 17 路 3 min read 路 Scenario: A company recently migrated its application to a VPC on AWS. An AWS site-to-site vpn connection connects the company's on premise network to vpc. The app retrieves customer data from another system that resides on premises. The application ...
Join discussionDec 9, 2025 路 13 min read 路 This articale demonstrates how to deploy a fully functional static website on AWS using Terraform. It covering essential services such as S3 for storage, CloudFront for content delivery, and Route 53 for domain management. Each step is explained in d...
Join discussionNov 14, 2025 路 6 min read 路 A Deep Dive Into DNS, Traffic Routing, Domain Management & Availability with Amazon Route 53 Amazon Route 53 is AWS鈥檚 highly available and scalable cloud Domain Name System (DNS) service. It is designed to connect user requests to applications hosted...
Join discussionAug 24, 2025 路 3 min read 路 馃殌 Introduction Hosting your static website on AWS S3 is simple, but by default you get a long AWS URL like: http://myapp.com.s3-website-us-east-1.amazonaws.com To make your site look professional, you need a custom domain (like myapp.com). In this g...
Join discussionJul 22, 2025 路 4 min read 路 Yesterday, I explored Amazon S3 (Simple Storage Service), AWS鈥檚 powerhouse for object storage with 11 nines of durability, multiple storage classes, and deep integration with the AWS ecosystem. From static website hosting to disaster recovery, S3 pro...
Join discussion
May 5, 2025 路 3 min read 路 In this project, I deployed a static website hosted on Amazon S3, secured with SSL/TLS using AWS Certificate Manager (ACM), and distributed globally with low latency through Amazon CloudFront. The infrastructure was fully provisioned using Terraform,...
Join discussionMay 2, 2025 路 4 min read 路 Introduction to DNS The Domain Name System (DNS) is the internet鈥檚 phonebook, translating user-friendly domain names like example.com into IP addresses (e.g., 192.0.2.1) that computers use to communicate. Without DNS, accessing websites would require...
Join discussion
Mar 24, 2025 路 2 min read 路 Introduction :- In the ever-evolving landscape of cloud infrastructure, efficient DNS management is paramount for robust web applications. Amazon Route 53, a scalable and highly available Domain Name System (DNS) web service, is a go-to solution for ...
Join discussion
Mar 8, 2025 路 4 min read 路 Route 53 is Basically a managed DNS services provided by AWS. So whenever we try to access any Domain Hosted on AWS or whose Infrastructure are hosted on AWS, Route 53 plays a very important role in it. Route 53 Actually takes all the traffic and mak...
Join discussion