Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.79 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.79 KB

aws-three-tier-architecture

Designing a three tier architecture in AWS using Terraform

Architecture

architecture

Prerequisites

Before using this Terraform code, ensure you have the following set up:

Installation

Follow these steps to set up and use the Terraform configuration:

  1. Copy Configuration File: Copy the terraform.tfvars.sample file and rename it to terraform.tfvars.

  2. Configure AWS CLI: Run the following command to configure the AWS CLI with your credentials:

 aws configure

Enter your AWS Access Key, Secret Access Key, and default region.

  1. Initialize Terraform: Apply the Terraform configuration to create the resources:
terraform init
  1. Apply Terraform Configuration:
terraform apply

Review the plan and type yes to proceed.

  1. Delete All Resources: To remove all resources managed by this Terraform configuration:
terraform destroy

⚠️ Warning: This will permanently delete all resources created by Terraform.

License

This project is licensed under the MIT License.