© 2023 Hashnode
#route53
https://gist.github.com/sampathshivakumar/b7143cec8e257b10bd3db22dc0b97c94
Since the advent of the internet, IP addresses and domain names have been a core component of its ecosystem. You literally cannot use the internet without making use of IP addresses and domain names. …
AWS Certificate Manager (ACM) is a service that AWS provides, that lets you easily provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal con…
DNS is hard. This is absolutely true for huge enterprise networks and distributed systems. With a simple Google search, we can find many IT incidents caused by DNS issues. But this is not the topic of…
Register a Domain, in my case it's a Hostinger: Create a sample file for the static website in Notepad and save it as an index.html: Login into your AWS account, and configure your S3 Bucket: …
Introduction AWS offers services such as AWS Route53 and AWS Certificate Manager to set up domain names with SSL. Which are very easy to use and set up in a matter of minutes to have your website up a…
In this blog, we are going to learn how to buy a domain from Namecheap and connect it to AWS Route 53 (Hosted Zone). We are also going to attach an SSL certificate to the domain using the AWS Certificate Manager. Although AWS provides DNS s…
AWS S3 or Amazon Simple Storage Service is an object storage service that stores data as objects within buckets. An object is a file and any metadata that describes the file. Apart from data storage f…
DESCRIPTION: Deploy a new multi-tier application. The application will take live inputs from the employees, and it will be hosted on a web server running on the AWS cloud. Set up the web server and configure it to scale automatically in cas…
Hey 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 ha…