Skip to main content

2 docs tagged with "IaC"

View all tags

How to Create a New Terraform(IaC) File and Deploy an Application on AWS EC2

This guide will walk you through the process of creating a Terraform file to deploy an application on Amazon AWS EC2, including the configuration of IAM roles, Security Groups, VPC with two subnets, Route Tables, Internet Gateway, and a VPC Endpoint for a private subnet. By the end of this guide, you will have an EC2 instance running in a secure VPC, with access control via IAM and security groups.