Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.02 KB

AWS_Terraform_3tier_app

Code to deploy a 3 tier web application in AWS using Terraform

Project Design Architecture Diagram

Architecture Diagram

Prerequisites For Implementing the project

  • AWS Account

    If you do not currently have an aws account you can open here

  • Terraform

    If you don't have terraform installed on your machine, you can follow this documentation to setup terraform

  • AWS CLI

    You can follow this AWS Documentation to install or update to the latest version of AWS CLI

SetUp

Login to your AWS account and navigate to the IAM Dashboard to create an IAM User. Assign administrator access permissions to the user and be sure to download and save your access keys.

IAM User Permissions