Skip to content

yourzinc/aws-three-tier-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Designing a three tier architecture in AWS using Terraform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published