Skip to content

udaychopade27/terraform_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

AWS EC2 (Network Resources) Deployment with Terraform

Overview

This project utilizes Terraform to automate the deployment of EC2 instances on the AWS cloud. It streamlines the process of provisioning infrastructure as code, providing a scalable and flexible solution for managing AWS resources.

Project Structure

  • main.tf: Defines the main configuration for AWS resources, including EC2 instance settings.
  • variables.tf: Contains variable declarations for customization.

Prerequisites

Before running the Terraform scripts, ensure you have the following:

  1. AWS account with appropriate permissions.
  2. Terraform installed on your local machine.

Usage

  • Initialize Terraform: terraform init
  • Apply the Terraform configuration: terraform apply
  • Confirm the changes when prompted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published