Building a Development Environment on AWS Using Terraform
.png)
Project Objective The objective of this project is to set up a fully automated development environment on AWS, accessible directly from VS Code. By using Terraform, I configured AWS infrastructure components such as a Virtual Private Cloud (VPC), subnets, security groups, and an EC2 instance. Additionally, I set up VS Code to automatically retrieve the instance IP and configure SSH access dynamically, allowing us to seamlessly manage the environment within the IDE. This blog documents the project, following the same steps demonstrated in this YouTube tutorial for an in-depth reference.