Enhancing Your AWS S3 Website with Subdomain, CDN, and AWS Certificate Manager

Introduction: In our previous blog, we explored setting up a CI/CD pipeline with AWS CodeCommit and S3 hosting. Now, let’s take it a step further by enhancing our website with a subdomain, CDN (Content Delivery Network), and SSL (Secure Sockets Layer) encryption. These additions will improve performance, security, and accessibility for your web application. Prerequisite: […]

Zero Downtime Deployment with Terraform: Implementing Blue-Green Strategy on AWS

Scenario: Imagine you need to deploy a new version of an application on AWS with zero downtime using Terraform. How would you implement a blue-green deployment strategy to accomplish this? When updating applications on AWS, ensuring zero downtime is crucial for maintaining a seamless user experience. In this guide, we delve into the implementation of […]

X