Deploying a dynamic E-commerce Website on AWS Using Terraform

In this short tutorial, I will show you how to deploy an ecommerce website on AWS, how Terraform helps you quickly build and maintain a strong, reliable platform that can grow with your business. Background A three-tier architecture is a common framework for building scalable, reliable cloud applications. It breaks the application into three distinct […]

Building a DEV environment on AWS using Terraform — Part II

In this second part, I will install Docker on AWS EC2 before deploying. If you have not read PART I yet, please check it out: https://cloudwithdj.com/building-a-dev-environment-on-aws-using-terraform/ In part II, here what you will learn: Configuring AWS EC2 Userdata with Terraform Setting Up VSCode SSH Configuration Utilizing Terraform Provisioners Installing Docker on EC2 before deploying Replacing […]

Building a DEV environment on AWS using Terraform – Part I

In this short tutorial, I will create a secure and isolated AWS environment for developers, accessible through Remote SSH for streamlined workflow and enhanced security. Scenario My manager asked me to set up a new development environment. So, I decided to document the whole process of creating a secure and isolated AWS environment for our […]